Skip to content

Commit

Permalink
[BZ #5209]
Browse files Browse the repository at this point in the history
	* sysdeps/unix/sysv/syscalls.list: times syscalls doesn't return
	an error value.
  • Loading branch information
Ulrich Drepper committed Apr 9, 2008
1 parent 6c30d38 commit 2f611ad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
5 changes: 5 additions & 0 deletions nptl/ChangeLog
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/syscalls.list
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2f611ad

Please sign in to comment.