From 454049a926385e40966ec5c16bc489d2d42ed1aa Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Sat, 19 Mar 2011 00:38:04 +0100
Subject: [PATCH 113/396] 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>
---
 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.0.4

