aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-02-15 10:11:42 +0000
committerUlrich Drepper <drepper@redhat.com>2003-02-15 10:11:42 +0000
commite798b60fe41bf8148e33daa1b96a1e841d72ce86 (patch)
tree51d3c79053e94b31c115478b2a87413244569844 /nptl/ChangeLog
parent90491dc4bf7a2c4232565ea68c9bda1383f97ae6 (diff)
downloadglibc-e798b60fe41bf8148e33daa1b96a1e841d72ce86.tar
glibc-e798b60fe41bf8148e33daa1b96a1e841d72ce86.tar.gz
glibc-e798b60fe41bf8148e33daa1b96a1e841d72ce86.tar.bz2
glibc-e798b60fe41bf8148e33daa1b96a1e841d72ce86.zip
Update.
* sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Don't use INLINE_SYSCALL. Error number is returned, not -1.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 4aa4bb6286..de93173969 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,8 @@
2003-02-15 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Don't
+ use INLINE_SYSCALL. Error number is returned, not -1.
+
* pthreadP.h: Mark declarations of __find_in_stack_list, __free_tcb,
and __deallocate_stack with internal_function.
* pthread_create.c: Adjust definitions appropriately.