diff options
author | Martin Galvan <martin.galvan@tallertechnologies.com> | 2015-03-28 01:41:35 -0300 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-03-28 01:50:12 -0400 |
commit | 675ddb7184f642263331b13ac7bf726536504f97 (patch) | |
tree | 7b671cd56192937d233aa28bd900f93000fa6b7f /ChangeLog | |
parent | 4d611e1261961bb9460faf21418845918ad270fd (diff) | |
download | glibc-675ddb7184f642263331b13ac7bf726536504f97.zip glibc-675ddb7184f642263331b13ac7bf726536504f97.tar.gz glibc-675ddb7184f642263331b13ac7bf726536504f97.tar.bz2 |
NPTL: Remove duplicate definition of PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP
The PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP macro was defined twice with the
same values in pthread.h; this removes the second definition.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2015-03-28 Martin Galvan <martin.galvan@tallertechnologies.com> + + * sysdeps/nptl/pthread.h: Remove duplicate definition of + PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP. + 2015-03-27 Martin Galvan <martin.galvan@tallertechnologies.com> * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and |