summaryrefslogtreecommitdiff
path: root/libc/pwd_grp
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-19 00:38:04 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:28 +0200
commiteb82a48383183610eea095c17446f596319492ec (patch)
tree488328aaa07a8307ca67283c43db5d0824096494 /libc/pwd_grp
parent71b7e3c571ba29bd4e8f99c187286651ebd10d1a (diff)
pwd_grp_internal.c: do not include pthread.h
stdio.h provides __STDIO* locking related macros Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/pwd_grp')
-rw-r--r--libc/pwd_grp/pwd_grp_internal.c3
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 c89747890..d2fde1171 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. */