From: Roland McGrath Date: Sun, 30 Mar 2003 23:52:46 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~781 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5467f2681e5ac32ef6f67ab7b9e8874a388db3e5;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 66106650..86e50675 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-03-30 Roland McGrath + + * time.c [LINUX]: Handle new Linux 2.5 clock/timer syscalls. + * linux/syscall.h, linux/syscallent.h, linux/dummy.h: Likewise. + From Ulrich Drepper . + + * linux/syscallent.h: Use sys_getrlimit for 191. + Use name "old_getrlimit" for 76. + Reported by Ulrich Drepper . + 2003-03-18 Roland McGrath * process.c [LINUX] (sys_clone): Don't dereference parent_tid argument.