From 3a03e34abc79cbba30795256375c4f44621159ab Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Fri, 7 May 2004 10:19:14 +0000 Subject: Fix a couple of issues in configurations I hadn't tested. --- libc/stdio/_stdio.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/stdio') 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) \ -- cgit v1.2.3