* sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have
authorUlrich Drepper <drepper@redhat.com>
Thu, 10 Apr 2008 18:56:10 +0000 (18:56 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 10 Apr 2008 18:56:10 +0000 (18:56 +0000)
a reserved error value.

ChangeLog

index f30b257..c975017 100644 (file)
--- 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.