Quellcode durchsuchen

_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>
Peter S. Mazinger vor 14 Jahren
Ursprung
Commit
28882f0645
1 geänderte Dateien mit 0 neuen und 5 gelöschten Zeilen
  1. 0 5
      libc/stdio/_stdio.c

+ 0 - 5
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)