1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.

This commit is contained in:
Roland McGrath
2012-08-17 09:35:15 -07:00
parent d9195db871
commit c75ccd4c3a
18 changed files with 111 additions and 61 deletions

View File

@ -0,0 +1,2 @@
# Compile libc code to do internal locking.
libc-reentrant = yes

View File

@ -1,3 +0,0 @@
# Local configure fragment for sysdeps/pthread.
DEFINES="$DEFINES -D_LIBC_REENTRANT"