diff options
author | Andreas Jaeger <aj@suse.de> | 2000-07-28 13:37:56 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-07-28 13:37:56 +0000 |
commit | af9a0841858f2fa22a3bd699556fba2ab8af6215 (patch) | |
tree | 754775df2ff2149e85a5e95cff1b7516061f029c /ChangeLog | |
parent | fdfb2eccca5b587fd762fe813b8717fe1bb722d3 (diff) | |
download | glibc-af9a0841858f2fa22a3bd699556fba2ab8af6215.tar.gz glibc-af9a0841858f2fa22a3bd699556fba2ab8af6215.tar.xz glibc-af9a0841858f2fa22a3bd699556fba2ab8af6215.zip |
Update.
2000-07-12 Maciej W. Rozycki <macro@ds2.pg.gda.pl> * sysdeps/unix/sysv/linux/mips/Dist: Add sys/tas.h. * sysdeps/unix/sysv/linux/mips/Makefile (sysdep_routines): Add _test_and_set. (headers): Add sys/tas.h. * sysdeps/unix/sysv/linux/mips/Versions: Export _test_and_set for GLIBC_2.2 from libc. * sysdeps/unix/sysv/linux/mips/_test_and_set.c: New file. * sysdeps/unix/sysv/linux/mips/sys/tas.h: New file for _test_and_set.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index e00bd9d6b1..29d210eff1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2000-07-12 Maciej W. Rozycki <macro@ds2.pg.gda.pl> + + * sysdeps/unix/sysv/linux/mips/Dist: Add sys/tas.h. + * sysdeps/unix/sysv/linux/mips/Makefile (sysdep_routines): Add + _test_and_set. + (headers): Add sys/tas.h. + * sysdeps/unix/sysv/linux/mips/Versions: Export _test_and_set for + GLIBC_2.2 from libc. + * sysdeps/unix/sysv/linux/mips/_test_and_set.c: New file. + * sysdeps/unix/sysv/linux/mips/sys/tas.h: New file for + _test_and_set. + 2000-07-28 Andreas Jaeger <aj@suse.de> * sysdeps/gnu/netinet/tcp.h: Add TCP options from Linux 2.4. @@ -9,7 +21,7 @@ * dlfcn/tst-dladdr.c: New file. Based on a test by Volkmar Sieh <vs@caldera.de>. - + 2000-07-27 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add truncate(64) and |