diff options
author | Roland McGrath <mcgrathr@google.com> | 2012-06-11 21:15:38 +0000 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2012-06-11 14:15:38 -0700 |
commit | 67a218c536ea9df14dbfdf5f4d8c208b64e2225d (patch) | |
tree | e6c3bc6e891d604f2856261072188f5d68597d40 /libgcc/ChangeLog | |
parent | d3843c672639d3bdd8242e2eb72572855d97216d (diff) | |
download | gcc-67a218c536ea9df14dbfdf5f4d8c208b64e2225d.tar.gz |
gthr-posix.h [...] (__gthread_active_p): If __GLIBC__ is defined, refer to __pthread_key_create instead of pthread_cancel.
* gthr-posix.h [neither FreeBSD nor Solaris] (__gthread_active_p):
If __GLIBC__ is defined, refer to __pthread_key_create instead of
pthread_cancel.
From-SVN: r188400
Diffstat (limited to 'libgcc/ChangeLog')
-rw-r--r-- | libgcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index dd1dc5504a5..d2093daa9de 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,9 @@ +2012-06-11 Roland McGrath <mcgrathr@google.com> + + * gthr-posix.h [neither FreeBSD nor Solaris] (__gthread_active_p): + If __GLIBC__ is defined, refer to __pthread_key_create instead of + pthread_cancel. + 2012-06-09 Uros Bizjak <ubizjak@gmail.com> * config/i386/32/sfp-machine.h (__gcc_CMPtype, CMPtype, |