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

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Fri Jun 15 12:00:28 UTC 2012


commit: http://git.uclibc.org/uClibc/commit/?id=eb82a48383183610eea095c17446f596319492ec
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

stdio.h provides __STDIO* locking related macros

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 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. */


More information about the uClibc-cvs mailing list