[git commit] _stdio.c: pthread.h was already included by _stdio.h

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


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

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libc/stdio/_stdio.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/libc/stdio/_stdio.c b/libc/stdio/_stdio.c
index 3979972..388a211 100644
--- a/libc/stdio/_stdio.c
+++ b/libc/stdio/_stdio.c
@@ -7,7 +7,6 @@
 
 #include "_stdio.h"
 
-
 /* This is pretty much straight from uClibc, but with one important
  * difference.
  *
@@ -277,10 +276,6 @@ void _stdio_init(void)
 #error Assumption violated about __MASK_READING and __FLAG_UNGOT
 #endif
 
-#ifdef __UCLIBC_HAS_THREADS__
-#include <pthread.h>
-#endif
-
 #ifndef NDEBUG
 
 void attribute_hidden _stdio_validate_FILE(const FILE *stream)


More information about the uClibc-cvs mailing list