From 63668b7084ac26865136e59fdf17781f9f49bd99 Mon Sep 17 00:00:00 2001 From: Torvald Riegel Date: Fri, 11 Oct 2013 18:58:04 +0300 Subject: pthread_once: Clean up constants. [BZ #15215] This just gives a name to the integer constants being used. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 19bef8a..8e3373c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2014-10-20 Torvald Riegel + + [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 [BZ #14138] -- cgit v1.1