summaryrefslogtreecommitdiff
path: root/hurd/Versions
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-02-23 02:06:07 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-02-23 02:06:07 +0100
commit93af6a633359ac99bc2e1f6f86fd89765df71296 (patch)
treea66ec3115ae38e5020317d4a8fb1d33f6282d5ca /hurd/Versions
parent2ec583b0e9d55120e2538c2b8bacb292b6d3dada (diff)
Set version for global signal disposition functions
This adds the symbols needed by libpthread & such to the external interface. The version here is just the current version, but it has to eventually be the version when the patch will actually be applied upstream.
Diffstat (limited to 'hurd/Versions')
-rw-r--r--hurd/Versions8
1 files changed, 8 insertions, 0 deletions
diff --git a/hurd/Versions b/hurd/Versions
index 83c8ab1826..ec405db86a 100644
--- a/hurd/Versions
+++ b/hurd/Versions
@@ -156,6 +156,14 @@ libc {
# functions used in macros & inline functions
__errno_location;
}
+ GLIBC_2.15 {
+ # functions used by libpthread and <hurd/signal.h>
+ _hurd_sigstate_set_global_rcv;
+ _hurd_sigstate_lock;
+ _hurd_sigstate_pending;
+ _hurd_sigstate_unlock;
+ _hurd_sigstate_delete;
+ }
%if !SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)
HURD_CTHREADS_0.3 {