[uClibc-cvs] uClibc/libc/stdio _stdio.h,1.1,1.2

Manuel Novoa III mjn3 at uclibc.org
Fri May 7 10:19:16 UTC 2004


Update of /var/cvs/uClibc/libc/stdio
In directory nail:/tmp/cvs-serv16796/libc/stdio

Modified Files:
	_stdio.h 
Log Message:
Fix a couple of issues in configurations I hadn't tested.


Index: _stdio.h
===================================================================
RCS file: /var/cvs/uClibc/libc/stdio/_stdio.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/_stdio.h	11 Feb 2004 23:48:42 -0000	1.1
+++ b/_stdio.h	7 May 2004 10:19:14 -0000	1.2
@@ -74,6 +74,8 @@
 
 #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) \




More information about the uClibc-cvs mailing list