aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-05 06:58:03 +0000
committerRoland McGrath <roland@gnu.org>2002-08-05 06:58:03 +0000
commit7944bd340c06f2249e41d85994591529b59da2d1 (patch)
tree24ae890816157cbac389eaa33b88e51e237fea8d /ChangeLog
parenta162642d80973c1ca52bf58e0d776060d9746d75 (diff)
downloadglibc-7944bd340c06f2249e41d85994591529b59da2d1.tar
glibc-7944bd340c06f2249e41d85994591529b59da2d1.tar.gz
glibc-7944bd340c06f2249e41d85994591529b59da2d1.tar.bz2
glibc-7944bd340c06f2249e41d85994591529b59da2d1.zip
* sysdeps/unix/make-syscalls.sh: If the syscall name field is -
then generate a dummy module under the given name, obeying the normal rules for the "caller" field.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b3a0dd49de..bea4efbd9a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2002-08-04 Roland McGrath <roland@redhat.com>
+ * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
+ then generate a dummy module under the given name, obeying the
+ normal rules for the "caller" field.
+
* sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
actually iterate over the elements. Fix typo p_type -> p_vaddr.