diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2004-05-07 10:19:14 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2004-05-07 10:19:14 +0000 |
commit | 3a03e34abc79cbba30795256375c4f44621159ab (patch) | |
tree | 5a2ca41b14ca90b6bc860566c0da630fba322213 /libc/stdio | |
parent | e12e7804ba04ae9603a613040aa578c770a9b110 (diff) |
Fix a couple of issues in configurations I hadn't tested.
Diffstat (limited to 'libc/stdio')
-rw-r--r-- | libc/stdio/_stdio.h | 2 |
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) \ |