]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[BZ #5209]
authorUlrich Drepper <drepper@redhat.com>
Wed, 9 Apr 2008 18:47:07 +0000 (18:47 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 9 Apr 2008 18:47:07 +0000 (18:47 +0000)
* sysdeps/unix/sysv/syscalls.list: times syscalls doesn't return
an error value.

ChangeLog
nptl/ChangeLog
sysdeps/unix/sysv/syscalls.list

index acb768b47597db03ecfc4008a5db1d4476480936..37767ce7fffd4ce6f20f677119b6c1cd001ae962 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 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
        value to check for correct sign extension.
 
index 0bf693b8e3e8c862939d943a85ed9901460800b2..36dd01d57d4d5cf90825d25b270dfeebd92c5840 100644 (file)
@@ -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>
 
        [BZ #6020]
index 436d05eb9a8a5fe3d31db1071bef1d8e3a2e421d..f65ed79f70ed084a6efb0a6b2581111a4d483731 100644 (file)
@@ -11,6 +11,6 @@ settimeofday  -       settimeofday    i:PP    __settimeofday  settimeofday
 signal         -       signal          i:ii    signal
 stime          -       stime           i:p     stime
 time           -       time            Ei:P    time
-times          -       times           i:p     __times times
+times          -       times           Ei:p    __times times
 ulimit         -       ulimit          i:ii    ulimit
 utime          -       utime           i:sP    utime