Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 19 Jun 2003 19:53:12 +0000 (19:53 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 19 Jun 2003 19:53:12 +0000 (19:53 +0000)
commit9bdabb94dac4be59ab69b3330457861ae997c940
tree0d1ae3209cc907c1468d55788142191527e1054e
parent4e502c601d4522c846b779e82a1786469ea0a02d
Update.

2003-06-19  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/ia64/sem_post.c: Move to...
* sysdeps/unix/sysv/linux/sem_post.c: ...here.

* sysdeps/unix/sysv/linux/sem_post.c: Move to...
* sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.  Pass nr + 1
instead of nr to lll_futex_wake.  Only set errno and return -1
if err < 0.

* sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (lll_futex_wait,
lll_futex_timed_wait, lll_futex_wake, lll_futex_requeue): On success
return actual return value from the syscall, not 0.

compat_timer_getoverrun.
nptl/ChangeLog
nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h
nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c [moved from nptl/sysdeps/unix/sysv/linux/ia64/sem_post.c with 89% similarity]
nptl/sysdeps/unix/sysv/linux/sem_post.c