diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-08-17 09:35:36 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-08-17 09:35:36 -0700 |
commit | b2e1c562728699642e98c528bed175929cceff4d (patch) | |
tree | cf4d64dc3600a1da1f4d32697ddf494c7d81d0d0 /misc | |
parent | c75ccd4c3a84993ea392f23f2cf75f7274e22cc1 (diff) | |
download | glibc-b2e1c562728699642e98c528bed175929cceff4d.tar glibc-b2e1c562728699642e98c528bed175929cceff4d.tar.gz glibc-b2e1c562728699642e98c528bed175929cceff4d.tar.bz2 glibc-b2e1c562728699642e98c528bed175929cceff4d.zip |
Make libio compile without _IO_MTSAFE_IO.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/Makefile b/misc/Makefile index d1c0a02e17..d35654cc3f 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -95,7 +95,6 @@ CFLAGS-getsysstats.c = -fexceptions CFLAGS-getusershell.c = -fexceptions CFLAGS-err.c = -fexceptions CFLAGS-tst-tsearch.c = $(stack-align-test-flags) -CFLAGS-mntent_r.c = -D_IO_MTSAFE_IO include ../Rules |