diff options
author | Roland McGrath <roland@gnu.org> | 2002-09-29 22:48:07 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-09-29 22:48:07 +0000 |
commit | 79af0a1dca755275e8cc4597131b30c4601f1963 (patch) | |
tree | 3474fbf35ca38cef26cac977f1e86e0c71cfc00e /sysdeps | |
parent | e5baac1b40784ecbb8808440751a8b622dbc1db7 (diff) | |
download | glibc-79af0a1dca755275e8cc4597131b30c4601f1963.tar.gz glibc-79af0a1dca755275e8cc4597131b30c4601f1963.tar.xz glibc-79af0a1dca755275e8cc4597131b30c4601f1963.zip |
* sysdeps/mach/hurd/Versions (ld: GLIBC_2.2.6): Add __errno_location.
2002-09-29 Roland McGrath <roland@redhat.com>
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/mach/hurd/Versions | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/Versions b/sysdeps/mach/hurd/Versions index a05003b82d..dcaaae6146 100644 --- a/sysdeps/mach/hurd/Versions +++ b/sysdeps/mach/hurd/Versions @@ -21,6 +21,10 @@ ld { _exit; _hurd_intr_rpc_mach_msg; abort; } + GLIBC_2.2.6 { + # this also must be shared with libc. + __errno_location; + } GLIBC_PRIVATE { _dl_init_first; |