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.