* sysdeps/unix/sysv/syscalls.list: The times syscall doesn't have

a reserved error value.
This commit is contained in:
Ulrich Drepper 2008-04-10 18:56:10 +00:00
parent d2207f32b1
commit d1235fdf09
1 changed files with 2 additions and 2 deletions

View File

@ -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.