summaryrefslogtreecommitdiff
path: root/hurd/Versions
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2016-08-23 20:16:41 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2016-08-23 20:16:41 +0200
commit4169693cc2db66be9babecdaab70986aca735e90 (patch)
treeb4487d76c6bcfbb8402f2be5ed97ae216acd0ee0 /hurd/Versions
parent378cba2c37916d7e0284307cb368baf55f691532 (diff)
parentf0df4a42a77d15d4edfc95bb45035e81cb1bdbaa (diff)
Merge branch 't/gsync-libc' into refs/top-bases/tschwinge/Roger_Whittaker
Diffstat (limited to 'hurd/Versions')
-rw-r--r--hurd/Versions9
1 files changed, 9 insertions, 0 deletions
diff --git a/hurd/Versions b/hurd/Versions
index b80323293e..7502d32a22 100644
--- a/hurd/Versions
+++ b/hurd/Versions
@@ -152,4 +152,13 @@ libc {
cthread_keycreate; cthread_getspecific; cthread_setspecific;
__libc_getspecific;
}
+
+ GLIBC_PRIVATE {
+ # Used by other libs.
+ lll_xwait; lll_timed_wait; lll_timed_xwait;
+ __lll_abstimed_wait; __lll_abstimed_xwait;
+ __lll_abstimed_lock; lll_robust_lock;
+ __lll_robust_abstimed_lock; lll_robust_trylock;
+ lll_set_wake; lll_robust_unlock; lll_requeue;
+ }
}