summaryrefslogtreecommitdiff
path: root/hurd/Versions
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2017-09-25 03:07:21 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2017-09-25 03:07:21 +0200
commit40abf21e47e19b30d227422ccdf75bc3ea70c476 (patch)
tree4c907149a1841a4ba75ce077ceaf30f65c2d5771 /hurd/Versions
parent0fe6193dd76f86a644f1b0dfddba4d0ee711546e (diff)
Avoid exposing lll_ symbols
They are non-standard names, so shouldn't be exposed without care. For most of these we can simply make them a macro. For lll_robust_*, rename them to __lll_robust_*
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 bb7079c23a..d32cdbe53f 100644
--- a/hurd/Versions
+++ b/hurd/Versions
@@ -148,10 +148,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;
}
}