[uClibc-cvs] uClibc/libc/sysdeps/linux/mips/bits stat.h,1.4,1.5 types.h,1.9,1.10

Erik Andersen andersen at codepoet.org
Fri Jan 24 17:55:03 UTC 2003


Update of /var/cvs/uClibc/libc/sysdeps/linux/mips/bits
In directory winder:/tmp/cvs-serv24239/linux/mips/bits

Modified Files:
	types.h 
Added Files:
	stat.h 
Log Message:
A few more needed updates



Index: types.h
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/mips/bits/types.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- types.h	24 Jan 2003 16:10:34 -0000	1.9
+++ types.h	24 Jan 2003 17:54:28 -0000	1.10
@@ -139,7 +139,7 @@
 
 
 /* Now add the thread types.  */
-#if defined __USE_POSIX199506 || defined __USE_UNIX98
+#if defined __UCLIBC_HAS_THREADS__ && (defined __USE_POSIX199506 || defined __USE_UNIX98)
 # include <bits/pthreadtypes.h>
 #endif
 




More information about the uClibc-cvs mailing list