Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux/bits/libc-lock.h')
-rw-r--r--newlib/libc/sys/linux/bits/libc-lock.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/newlib/libc/sys/linux/bits/libc-lock.h b/newlib/libc/sys/linux/bits/libc-lock.h
index 5779a6c93..2b170444b 100644
--- a/newlib/libc/sys/linux/bits/libc-lock.h
+++ b/newlib/libc/sys/linux/bits/libc-lock.h
@@ -27,8 +27,6 @@
#include <linuxthreads/internals.h>
#endif
-#define _IO_MTSAFE_IO /* add this as we always want this in newlib */
-
/* Mutex type. */
#if defined(_LIBC) || defined(_IO_MTSAFE_IO)
typedef pthread_mutex_t __libc_lock_t;