about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nptl/ChangeLog4
-rw-r--r--nptl/herrno.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index ab4702f08a..1908a78986 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-03  Ulrich Drepper  <drepper@redhat.com>
+
+	* herrno.c (__h_errno_location): Don't define as weak.
+
 2003-01-02  Jakub Jelinek  <jakub@redhat.com>
 
 	* Versions [libc] (GLIBC_2.3.2): Export pthread_cond_broadcast,
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;