diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-03 08:11:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-03 08:11:20 +0000 |
commit | 0e07706e5b3ee66520170e8440b731903b1ccf6d (patch) | |
tree | 904d181c51660c581a8608e870350da6c5129d5a /nptl/herrno.c | |
parent | c547b58aad05c0dea96a54ad95d806f76dfd72f5 (diff) | |
download | glibc-0e07706e5b3ee66520170e8440b731903b1ccf6d.tar.gz glibc-0e07706e5b3ee66520170e8440b731903b1ccf6d.tar.xz glibc-0e07706e5b3ee66520170e8440b731903b1ccf6d.zip |
Update.
2003-01-03 Ulrich Drepper <drepper@redhat.com> * herrno.c (__h_errno_location): Don't define as weak.
Diffstat (limited to 'nptl/herrno.c')
-rw-r--r-- | nptl/herrno.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/herrno.c b/nptl/herrno.c index 58d97846cf..6e8339d435 100644 --- a/nptl/herrno.c +++ b/nptl/herrno.c @@ -29,7 +29,6 @@ extern __thread int h_errno; /* When threaded, h_errno may be a per-thread variable. */ int * -weak_const_function __h_errno_location (void) { return &h_errno; |