diff options
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 3 | ||||
-rw-r--r-- | linuxthreads/Versions | 3 |
2 files changed, 6 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> diff --git a/linuxthreads/Versions b/linuxthreads/Versions index 5ec3dacd3d..38b135d0a2 100644 --- a/linuxthreads/Versions +++ b/linuxthreads/Versions @@ -113,4 +113,7 @@ libpthread { GLIBC_2.1.1 { sem_close; sem_open; sem_unlink; } + GLIBC_2.1.2 { + __pthread_kill_other_threads_np; + } } |