diff options
author | Torvald Riegel <triegel@redhat.com> | 2013-10-11 18:58:04 +0300 |
---|---|---|
committer | Torvald Riegel <triegel@redhat.com> | 2014-10-20 18:22:30 +0200 |
commit | 63668b7084ac26865136e59fdf17781f9f49bd99 (patch) | |
tree | 25f39623e3ce1562a1330e2119ae5a3173cd2d7e /ChangeLog | |
parent | 42b7f5d48549b85386a9b28a1a90e66fd81ba273 (diff) | |
download | glibc-63668b7084ac26865136e59fdf17781f9f49bd99.tar glibc-63668b7084ac26865136e59fdf17781f9f49bd99.tar.gz glibc-63668b7084ac26865136e59fdf17781f9f49bd99.tar.bz2 glibc-63668b7084ac26865136e59fdf17781f9f49bd99.zip |
pthread_once: Clean up constants.
[BZ #15215] This just gives a name to the integer constants being used.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2014-10-20 Torvald Riegel <triegel@redhat.com> + + [BZ #15215] + * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE, + __PTHREAD_ONCE_FORK_GEN_INCR): New. + * sysdeps/nptl/fork.c (__libc_fork): Use them. + * nptl/pthread_once.c (__pthread_once): Likewise. + Update comments. + 2014-10-20 Joseph Myers <joseph@codesourcery.com> [BZ #14138] |