summaryrefslogtreecommitdiff
path: root/libc/stdio
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-04-15 20:19:55 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:37 +0200
commit28882f064526649cb3afced510e109069120a746 (patch)
treeac5fec083e6606db9704d1613d594a3c88a7e680 /libc/stdio
parent2431e3c401e7725504a34fb98c058c219445102a (diff)
_stdio.c: pthread.h was already included by _stdio.h
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/stdio')
-rw-r--r--libc/stdio/_stdio.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libc/stdio/_stdio.c b/libc/stdio/_stdio.c
index 397997228..388a2117c 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)