mirror of git://sourceware.org/git/glibc.git
[BZ #5209]
* sysdeps/unix/sysv/syscalls.list: times syscalls doesn't return an error value.
This commit is contained in:
parent
6c30d38fdd
commit
2f611ada05
|
|
@ -1,5 +1,9 @@
|
||||||
2008-04-09 Ulrich Drepper <drepper@redhat.com>
|
2008-04-09 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
[BZ #5209]
|
||||||
|
* sysdeps/unix/sysv/syscalls.list: times syscalls doesn't return
|
||||||
|
an error value.
|
||||||
|
|
||||||
* stdlib/tst-makecontext.c: Change parameter to cf to negative
|
* stdlib/tst-makecontext.c: Change parameter to cf to negative
|
||||||
value to check for correct sign extension.
|
value to check for correct sign extension.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
2007-11-26 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
|
* pthread_create.c: Require pthread_mutex_trylock and
|
||||||
|
pthread_key_delete for libgcc.
|
||||||
|
|
||||||
2008-04-08 Jakub Jelinek <jakub@redhat.com>
|
2008-04-08 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
[BZ #6020]
|
[BZ #6020]
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,6 @@ settimeofday - settimeofday i:PP __settimeofday settimeofday
|
||||||
signal - signal i:ii signal
|
signal - signal i:ii signal
|
||||||
stime - stime i:p stime
|
stime - stime i:p stime
|
||||||
time - time Ei:P time
|
time - time Ei:P time
|
||||||
times - times i:p __times times
|
times - times Ei:p __times times
|
||||||
ulimit - ulimit i:ii ulimit
|
ulimit - ulimit i:ii ulimit
|
||||||
utime - utime i:sP utime
|
utime - utime i:sP utime
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue