diff options
author | Greg McGary <greg@mcgary.org> | 2000-06-27 00:14:44 +0000 |
---|---|---|
committer | Greg McGary <greg@mcgary.org> | 2000-06-27 00:14:44 +0000 |
commit | 22fda7661bcfc4ed8af3b2c9826b8568082a9978 (patch) | |
tree | f641e1dcc482951d44b7038ba951f353b5145072 /ChangeLog | |
parent | f21c71e19e79a0c8d77c117100064f410b37c040 (diff) | |
download | glibc-22fda7661bcfc4ed8af3b2c9826b8568082a9978.tar.gz glibc-22fda7661bcfc4ed8af3b2c9826b8568082a9978.tar.xz glibc-22fda7661bcfc4ed8af3b2c9826b8568082a9978.zip |
* sysdeps/unix/sysv/linux/syscalls.list: Add missing signatures.
Remove clock_* and timer_* entries. * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Replace arg-count with signatures. * sysdeps/unix/sysv/linux/syscalls.list: Add missing signatures. Remove clock_* and timer_* entries. * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Replace arg-count with signatures.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index a5d183ff58..c6429e6c87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2000-06-26 Greg McGary <greg@mcgary.org> + * sysdeps/unix/sysv/linux/syscalls.list: Add missing signatures. + Remove clock_* and timer_* entries. + * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Replace + arg-count with signatures. + * sysdeps/i386/add_n.S: Wrap entry-point symbol in BP_SYM (). Check bounds of arguments. * sysdeps/i386/addmul_1.S: Likewise. |