summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-02-13 08:50:13 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-02-13 08:50:13 +0000
commitf52c980668fbaa0f7355ead02f141c02ba353c4d (patch)
tree3ef3144fe6f34c56663c7b94ea3fecd24ff1f751
parent22826bcb414c9264ea83b3fe4ed76142388c0f93 (diff)
Remove unused prototypes
-rw-r--r--libc/stdio/_stdio.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libc/stdio/_stdio.h b/libc/stdio/_stdio.h
index 81942f060..83d43352b 100644
--- a/libc/stdio/_stdio.h
+++ b/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,
const char *__restrict mode,
FILE *__restrict stream, int filedes) attribute_hidden;