about summary refs log tree commit diff
path: root/hurd
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-12-13 13:29:25 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-12-16 01:58:33 +0100
commitf26f0d766b940b4e9e82dabb2eb31b7a282b2246 (patch)
treecdf7cf2c3cc7ada881567dfa818a2f41360112bb /hurd
parent6e411b42f8c76081cf3ce8b15df10d4d3189e465 (diff)
downloadglibc-f26f0d766b940b4e9e82dabb2eb31b7a282b2246.tar.gz
glibc-f26f0d766b940b4e9e82dabb2eb31b7a282b2246.tar.xz
glibc-f26f0d766b940b4e9e82dabb2eb31b7a282b2246.zip
hurd: Add __libc_open and __libc_close
Needed by libpthread for sem_open and sem_close
Diffstat (limited to 'hurd')
-rw-r--r--hurd/Versions1
1 files changed, 1 insertions, 0 deletions
diff --git a/hurd/Versions b/hurd/Versions
index 1aad27d91f..b66d37be07 100644
--- a/hurd/Versions
+++ b/hurd/Versions
@@ -153,6 +153,7 @@ libc {
     __lll_abstimed_lock; __lll_robust_lock;
     __lll_robust_abstimed_lock; __lll_robust_trylock;
     __lll_robust_unlock;
+    __libc_open; __libc_close;
 
     # Used by libpthread.
     _hurd_sigstate_set_global_rcv;