]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Sun, 30 Mar 2003 23:52:46 +0000 (23:52 +0000)
committerRoland McGrath <roland@redhat.com>
Sun, 30 Mar 2003 23:52:46 +0000 (23:52 +0000)
ChangeLog

index 66106650c669fc943266731028b617b8ee5cb3bd..86e50675f42ce20c1cb2ec5e0a571eb959cada16 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2003-03-30  Roland McGrath  <roland@redhat.com>
+
+       * time.c [LINUX]: Handle new Linux 2.5 clock/timer syscalls.
+       * linux/syscall.h, linux/syscallent.h, linux/dummy.h: Likewise.
+       From Ulrich Drepper <drepper@redhat.com>.
+
+       * linux/syscallent.h: Use sys_getrlimit for 191.
+       Use name "old_getrlimit" for 76.
+       Reported by Ulrich Drepper <drepper@redhat.com>.
+
 2003-03-18  Roland McGrath  <roland@redhat.com>
 
        * process.c [LINUX] (sys_clone): Don't dereference parent_tid argument.