Skip to content

Commit

Permalink
* sysdeps/mach/hurd/Versions (ld: GLIBC_2.2.6): Add __errno_location.
Browse files Browse the repository at this point in the history
2002-09-29  Roland McGrath  <roland@redhat.com>
  • Loading branch information
Roland McGrath committed Sep 29, 2002
1 parent e5baac1 commit 79af0a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2002-09-29 Roland McGrath <roland@redhat.com>

* sysdeps/mach/hurd/Versions (ld: GLIBC_2.2.6): Add __errno_location.

2002-09-29 Roland McGrath <roland@redhat.com>

* sysdeps/unix/sysv/linux/x86_64/sysdep.S [USE_TLS && HAVE___THREAD]:
Expand Down
4 changes: 4 additions & 0 deletions sysdeps/mach/hurd/Versions
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 79af0a1

Please sign in to comment.