summaryrefslogtreecommitdiff
path: root/libc/stdio/_stdio.h
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2004-05-07 10:19:14 +0000
committerManuel Novoa III <mjn3@codepoet.org>2004-05-07 10:19:14 +0000
commit3a03e34abc79cbba30795256375c4f44621159ab (patch)
tree5a2ca41b14ca90b6bc860566c0da630fba322213 /libc/stdio/_stdio.h
parente12e7804ba04ae9603a613040aa578c770a9b110 (diff)
Fix a couple of issues in configurations I hadn't tested.
Diffstat (limited to 'libc/stdio/_stdio.h')
-rw-r--r--libc/stdio/_stdio.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/stdio/_stdio.h b/libc/stdio/_stdio.h
index aedcc526a..e3c2c5888 100644
--- a/libc/stdio/_stdio.h
+++ b/libc/stdio/_stdio.h
@@ -74,6 +74,8 @@ extern int _cs_close(void *cookie);
#else /* __UCLIBC_HAS_GLIBC_CUSTOM_STREAMS__ */
+extern int __stdio_seek(FILE *stream, register __offmax_t *pos, int whence);
+
#define __STDIO_STREAM_RESET_GCS(S) ((void)0)
#define __READ(STREAMPTR,BUF,SIZE) \