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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2012-08-17 Roland McGrath <roland@hack.frob.com> + * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on + [_IO_MTSAFE_IO]. + * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc] + (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock): + New macros. + * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable. * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally rather than -D_IO_MTSAFE_IO conditionally. |