From: Ulrich Drepper Date: Thu, 10 Apr 2008 18:56:10 +0000 (+0000) Subject: * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have X-Git-Tag: upstream/2.30~14274 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1235fdf097cfdfe48cbcc630553ba28d53f96a2;p=external%2Fglibc.git * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have a reserved error value. --- diff --git a/ChangeLog b/ChangeLog index f30b257..c975017 100644 --- a/ChangeLog +++ b/ChangeLog @@ -68,8 +68,8 @@ buffers. [BZ #5209] - * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't return - an error value. + * sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have + a reserved error value. * stdlib/tst-makecontext.c: Change parameter to cf to negative value to check for correct sign extension.