diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-20 00:11:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-20 00:11:57 +0000 |
commit | 264ec183cf07a8886856e81b4263b12260d84bf3 (patch) | |
tree | ff7b521c8a9e57aed94a5f6a052a99b41747db9d /linuxthreads/ChangeLog | |
parent | 22e65f8f5297d694301c6bfa814fb086ca36d119 (diff) | |
download | glibc-264ec183cf07a8886856e81b4263b12260d84bf3.tar.gz glibc-264ec183cf07a8886856e81b4263b12260d84bf3.tar.xz glibc-264ec183cf07a8886856e81b4263b12260d84bf3.zip |
Update.
* Versions: Export __pthread_kill_other_threads_np from libpthread for GLIBC_2.1.2.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index d9f5d7d9ff..9c70a6f095 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,8 @@ 1999-08-19 Ulrich Drepper <drepper@cygnus.com> + * Versions: Export __pthread_kill_other_threads_np from libpthread + for GLIBC_2.1.2. + * signals.c: Pass sigcontext through wrapper to the user function. 1999-08-01 Ulrich Drepper <drepper@cygnus.com> |