diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-11-11 22:32:39 +0100 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-11-12 01:11:11 +0100 |
| commit | f851a7434696b70ce7c266ade1de2469619e6f52 (patch) | |
| tree | 0f9ff11c4692332a2d3a424d790137363143551a /hurd | |
| parent | e06a1962e67723c3d6acf14c28a6a7f79ea77ac1 (diff) | |
hurd: Drop remnants of cthreads
These are not used in GNU/Hurd since very long now.
Diffstat (limited to 'hurd')
| -rw-r--r-- | hurd/Versions | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/hurd/Versions b/hurd/Versions index 439e8abf32..c1e6038542 100644 --- a/hurd/Versions +++ b/hurd/Versions @@ -140,11 +140,8 @@ libc { HURD_CTHREADS_0.3 { # weak refs to libthreads functions that libc calls iff libthreads in use - __cthread_fork; __pthread_create; __cthread_detach; __pthread_detach; + __pthread_create; __pthread_detach; __pthread_getattr_np; __pthread_attr_getstack; - - # cthreads functions with stubs in libc - __cthread_keycreate; __cthread_getspecific; __cthread_setspecific; } GLIBC_PRIVATE { |
