浏览代码

Remove unused prototypes

Peter S. Mazinger 19 年之前
父节点
当前提交
f52c980668
共有 1 个文件被更改,包括 0 次插入8 次删除
  1. 0 8
      libc/stdio/_stdio.h

+ 0 - 8
libc/stdio/_stdio.h

@@ -377,14 +377,6 @@ extern void _stdio_validate_FILE(const FILE *stream);
 
 
 /**********************************************************************/
 /**********************************************************************/
 
 
-extern int _stdio_adjpos(FILE *__restrict stream, __offmax_t * pos);
-extern int _stdio_lseek(FILE *stream, __offmax_t *pos, int whence);
-
-extern size_t _stdio_fwrite(const unsigned char *buffer, size_t bytes,
-							FILE *stream);
-extern size_t _stdio_fread(unsigned char *buffer, size_t bytes,
-						   FILE *stream);
-
 extern FILE *_stdio_fopen(intptr_t fname_or_mode,
 extern FILE *_stdio_fopen(intptr_t fname_or_mode,
 				  const char *__restrict mode,
 				  const char *__restrict mode,
 				  FILE *__restrict stream, int filedes) attribute_hidden;
 				  FILE *__restrict stream, int filedes) attribute_hidden;