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