diff options
author | Andreas Schwab <schwab@redhat.com> | 2011-10-27 16:52:22 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2011-10-27 17:20:14 +0200 |
commit | 3871f58f065dac3917eb18220a479e9591769c8c (patch) | |
tree | 44e025a15a6972cdf70070b6fcd04bf9330b8884 /ChangeLog | |
parent | 21b64b153631b762fba3489caf04e14c93c8d009 (diff) | |
download | glibc-3871f58f065dac3917eb18220a479e9591769c8c.tar glibc-3871f58f065dac3917eb18220a479e9591769c8c.tar.gz glibc-3871f58f065dac3917eb18220a479e9591769c8c.tar.bz2 glibc-3871f58f065dac3917eb18220a479e9591769c8c.zip |
Don't mark memory synchronisation functions as leaf
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2011-10-27 Andreas Schwab <schwab@redhat.com> + + [BZ #13344] + * misc/sys/cdefs.h (__THROWNL): Define. + * posix/unistd.h: Use __THREADNL instead of __THREAD + for memory synchronization functions. + 2011-10-26 Roland McGrath <roland@hack.frob.com> [BZ #13349] |