From: Ulrich Drepper Date: Fri, 3 Jan 2003 08:11:20 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_2~396 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e07706e5b3ee66520170e8440b731903b1ccf6d;p=thirdparty%2Fglibc.git Update. 2003-01-03 Ulrich Drepper * herrno.c (__h_errno_location): Don't define as weak. --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index ab4702f08ae..1908a789866 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2003-01-03 Ulrich Drepper + + * herrno.c (__h_errno_location): Don't define as weak. + 2003-01-02 Jakub Jelinek * Versions [libc] (GLIBC_2.3.2): Export pthread_cond_broadcast, diff --git a/nptl/herrno.c b/nptl/herrno.c index 58d97846cf8..6e8339d4353 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;