diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-13 10:16:43 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-11-13 10:16:43 +0000 |
commit | 6c324a0921d62511d798cae1f80bcfeedc0cd5a5 (patch) | |
tree | 8903e13f22b3afe7b895addabc961926d51abbc9 /gcc/ChangeLog | |
parent | aadbaa4023fe0e7b1ee073f33ca0a6cccd5c2e55 (diff) | |
download | gcc-6c324a0921d62511d798cae1f80bcfeedc0cd5a5.tar.gz |
* gthr-posix95.h: Remove declaration of pthread_mutexattr_settype
and duplicate declaration of pthread_self.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106861 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dcd74dae752..5d0627bee2d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-11-13 Eric Botcazou <ebotcazou@libertysurf.fr> + + * gthr-posix95.h: Remove declaration of pthread_mutexattr_settype + and duplicate declaration of pthread_self. + 2005-11-13 Eric Botcazou <ebotcazou@adacore.com> Ian Lance Taylor <ian@airs.com> |