summaryrefslogtreecommitdiff
path: root/hurd/Versions
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2017-09-25 03:08:54 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2017-09-25 03:08:54 +0200
commit9548e0652e2533923428852de53f982c6223be13 (patch)
treef5160c089124a9d41c344f9ac39c8933ac3eb58d /hurd/Versions
parentb2cc512d8dd758978ab2499ecc06c005a15814a6 (diff)
parent40abf21e47e19b30d227422ccdf75bc3ea70c476 (diff)
Merge branch 't/gsync-libc' into refs/top-bases/tschwinge/Roger_Whittaker
Diffstat (limited to 'hurd/Versions')
-rw-r--r--hurd/Versions7
1 files changed, 3 insertions, 4 deletions
diff --git a/hurd/Versions b/hurd/Versions
index 1f5095075c..0e4d3872a5 100644
--- a/hurd/Versions
+++ b/hurd/Versions
@@ -155,10 +155,9 @@ libc {
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;
+ __lll_abstimed_lock; __lll_robust_lock;
+ __lll_robust_abstimed_lock; __lll_robust_trylock;
+ __lll_robust_unlock;
}
}