diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-02-14 20:14:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-02-14 20:14:54 +0000 |
commit | 0543cd2694e19a95572421988cce8c6c170e2aba (patch) | |
tree | b0b8793f4da6fbdcc24fe85d97f29ace5b4feb74 /linuxthreads/Versions | |
parent | 6e0d277c5ee4b443f58e2aeea305cee520e326d6 (diff) | |
download | glibc-0543cd2694e19a95572421988cce8c6c170e2aba.tar.gz |
Update.
1999-02-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
* misc/syslog.c (vsyslog): Remember errno for %m format. Fix
check for priority mask.
Diffstat (limited to 'linuxthreads/Versions')
-rw-r--r-- | linuxthreads/Versions | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linuxthreads/Versions b/linuxthreads/Versions index f47727dd35..2d553f1d10 100644 --- a/linuxthreads/Versions +++ b/linuxthreads/Versions @@ -93,5 +93,9 @@ libpthread { pthread_getconcurrency; pthread_setconcurrency; pthread_mutexattr_gettype; pthread_mutexattr_settype; + + # helper functions + __libc_current_sigrtmin; __libc_current_sigrtmax; + __libc_allocate_rtsig; } } |