[uClibc-cvs] uClibc/libc/stdio popen.c,1.9,1.10

Manuel Novoa III mjn3 at uclibc.org
Fri Jan 2 09:20:35 UTC 2004


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

Modified Files:
	popen.c 
Log Message:
Oops... temporarily support the old stdio code.


Index: popen.c
===================================================================
RCS file: /var/cvs/uClibc/libc/stdio/popen.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- popen.c	2 Jan 2004 07:11:35 -0000	1.9
+++ popen.c	2 Jan 2004 09:20:33 -0000	1.10
@@ -54,6 +54,11 @@
 # define VFORK_UNLOCK	UNLOCK
 #endif
 
+/* Temporarily support old stdio code. */
+#ifndef __MASK_READING
+#define __filedes		filedes
+#endif
+
 struct popen_list_item {
 	struct popen_list_item *next;
 	FILE *f;




More information about the uClibc-cvs mailing list