[git commit future 1/1] pwd_grp_internal.c: do not include pthread.h

Peter S. Mazinger ps.m at gmx.net
Wed Mar 16 19:20:32 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=9ddca1171a6fe01499299d08ef75004b0b67438e
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/future

stdio.h provides __STDIO* locking related macros

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
 libc/pwd_grp/pwd_grp_internal.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/libc/pwd_grp/pwd_grp_internal.c b/libc/pwd_grp/pwd_grp_internal.c
index c897478..d2fde11 100644
--- a/libc/pwd_grp/pwd_grp_internal.c
+++ b/libc/pwd_grp/pwd_grp_internal.c
@@ -34,9 +34,6 @@
 #ifdef __UCLIBC_HAS_SHADOW__
 #include <shadow.h>
 #endif
-#ifdef __UCLIBC_HAS_THREADS__
-#include <pthread.h>
-#endif
 
 /**********************************************************************/
 /* Sizes for statically allocated buffers. */
-- 
1.7.3.4



More information about the uClibc-cvs mailing list