diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-02-22 01:19:45 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-02-22 01:19:45 -0800 |
commit | d4ec6ae19e3290abbb3cfff70a8dd6018ecb6e2e (patch) | |
tree | 105f36c3e2b8f1b71e3270a1134847465ecfb385 /mach | |
parent | 098ad55cf5548aa35f58dfd1edbb03b030e26da7 (diff) | |
download | glibc-d4ec6ae19e3290abbb3cfff70a8dd6018ecb6e2e.tar.gz glibc-d4ec6ae19e3290abbb3cfff70a8dd6018ecb6e2e.tar.xz glibc-d4ec6ae19e3290abbb3cfff70a8dd6018ecb6e2e.zip |
Remove obsolete SHLIB_COMPAT conditionalization in Versions files.
Diffstat (limited to 'mach')
-rw-r--r-- | mach/Versions | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/mach/Versions b/mach/Versions index 18ec511d91..45260c7c0a 100644 --- a/mach/Versions +++ b/mach/Versions @@ -1,27 +1,11 @@ -%define SHARED -%include <shlib-compat.h> - libc { GLIBC_2.0 { -%if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1) - # This symbol is here only for binary compatibility with the - # pre-versioning libc.so.0.2 ABI. When the soname changes, - # it can be removed. - __vm_allocate; -%endif - # variables used in Mach-specific macros __mach_task_self_; __vm_page_size; # functions used in inline functions and macros __mach_port_deallocate; __mach_thread_self; -%if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2) - __mutex_init; __mutex_lock; __mutex_lock_solid; __mutex_trylock; - __mutex_unlock; __mutex_unlock_solid; - __spin_lock; __spin_lock_init; __spin_lock_solid; __spin_try_lock; - __spin_unlock; -%endif # functions used by RPC stubs __mach_msg; __mach_msg_overwrite; @@ -71,12 +55,10 @@ libc { mig_strncpy; } -%if !SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2) HURD_CTHREADS_0.3 { __mutex_init; __mutex_lock; __mutex_lock_solid; __mutex_trylock; __mutex_unlock; __mutex_unlock_solid; __spin_lock; __spin_lock_init; __spin_lock_solid; __spin_try_lock; __spin_unlock; } -%endif } |