diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-03-25 22:20:36 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-03-25 22:20:36 +0000 |
commit | ec475b0967c5f3c2e4a81c045670c9579a76218d (patch) | |
tree | b9a263b81e88396105f7f2dd661dbfa6e6cd589a /newlib/ChangeLog | |
parent | b0a9d0fcc91324c9f98834398dafb67907c78836 (diff) | |
download | newlib-ec475b0967c5f3c2e4a81c045670c9579a76218d.zip newlib-ec475b0967c5f3c2e4a81c045670c9579a76218d.tar.gz newlib-ec475b0967c5f3c2e4a81c045670c9579a76218d.tar.bz2 |
2004-03-25 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/sys/lock.h: Turn on __USE_GNU flag if not already
defined. Change __LOCK_RECURSIVE_INIT to be __LOCK_INIT_RECURSIVE.
* libc/sys/linux/dl/dl-support.c: Change __LOCK_RECURSIVE_INIT
to be __LOCK_INIT_RECURSIVE.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 12b802b..1c7363e 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,10 @@ +2004-03-25 Jeff Johnston <jjohnstn@redhat.com> + + * libc/sys/linux/sys/lock.h: Turn on __USE_GNU flag if not already + defined. Change __LOCK_RECURSIVE_INIT to be __LOCK_INIT_RECURSIVE. + * libc/sys/linux/dl/dl-support.c: Change __LOCK_RECURSIVE_INIT + to be __LOCK_INIT_RECURSIVE. + 2004-03-11 Kazu Hirata <kazu@cs.umass.edu> * libc/sys/h8300hms/Makefile.am (lib_a_SOURCES): Replace |