svn commit: branches/uClibc-nptl/libc/stdio

carmelo at uclibc.org carmelo at uclibc.org
Wed Dec 5 17:14:13 UTC 2007


Author: carmelo
Date: 2007-12-05 09:14:10 -0800 (Wed, 05 Dec 2007)
New Revision: 20624

Log:
Fix typo in ifdef directive

Modified:
   branches/uClibc-nptl/libc/stdio/_stdio.h


Changeset:
Modified: branches/uClibc-nptl/libc/stdio/_stdio.h
===================================================================
--- branches/uClibc-nptl/libc/stdio/_stdio.h	2007-12-04 21:44:52 UTC (rev 20623)
+++ branches/uClibc-nptl/libc/stdio/_stdio.h	2007-12-05 17:14:10 UTC (rev 20624)
@@ -23,7 +23,7 @@
 #ifdef __UCLIBC_HAS_THREADS__
 #include <pthread.h>
 
-#ifdef __USE_STDIO_FUTEXES___
+#ifdef __USE_STDIO_FUTEXES__
 #define __STDIO_THREADLOCK_OPENLIST \
 	_IO_lock_lock(_stdio_openlist_lock)
 




More information about the uClibc-cvs mailing list