about summary refs log tree commit diff
path: root/hurd/Versions
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2021-04-11 23:11:47 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2021-04-12 00:23:36 +0200
commit0385d5fff8b7de411443a8ece7cd29f702c3f4fd (patch)
tree71589f02015b9bfd4a3559140c18106c578b46bb /hurd/Versions
parentdff9e592b8f74e2e7be015cbee1c0fad3ef96d37 (diff)
downloadglibc-0385d5fff8b7de411443a8ece7cd29f702c3f4fd.tar.gz
glibc-0385d5fff8b7de411443a8ece7cd29f702c3f4fd.tar.xz
glibc-0385d5fff8b7de411443a8ece7cd29f702c3f4fd.zip
hurd: Export _hurd_libc_proc_init
hurd's libdiskfs needs to be able to call _hurd_init + _hurd_libc_proc_init
for bootstrap initialization.
Diffstat (limited to 'hurd/Versions')
-rw-r--r--hurd/Versions5
1 files changed, 5 insertions, 0 deletions
diff --git a/hurd/Versions b/hurd/Versions
index b66d37be07..7e4f1c5630 100644
--- a/hurd/Versions
+++ b/hurd/Versions
@@ -138,6 +138,11 @@ libc {
     _hurd_port_move;
   }
 
+  GLIBC_2.34 {
+    # "quasi-internal" functions
+    _hurd_libc_proc_init;
+  }
+
   HURD_CTHREADS_0.3 {
     # weak refs to libthreads functions that libc calls iff libthreads in use
     __cthread_fork; __pthread_create; __cthread_detach; __pthread_detach;