aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGreg McGary <greg@mcgary.org>2000-06-27 00:14:44 +0000
committerGreg McGary <greg@mcgary.org>2000-06-27 00:14:44 +0000
commit22fda7661bcfc4ed8af3b2c9826b8568082a9978 (patch)
treef641e1dcc482951d44b7038ba951f353b5145072 /ChangeLog
parentf21c71e19e79a0c8d77c117100064f410b37c040 (diff)
downloadglibc-22fda7661bcfc4ed8af3b2c9826b8568082a9978.zip
glibc-22fda7661bcfc4ed8af3b2c9826b8568082a9978.tar.gz
glibc-22fda7661bcfc4ed8af3b2c9826b8568082a9978.tar.bz2
* 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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a5d183f..c6429e6 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.