]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 3 Jan 2003 08:11:20 +0000 (08:11 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 3 Jan 2003 08:11:20 +0000 (08:11 +0000)
2003-01-03  Ulrich Drepper  <drepper@redhat.com>

* herrno.c (__h_errno_location): Don't define as weak.

nptl/ChangeLog
nptl/herrno.c

index ab4702f08ae932bab90adbe4a97ad10805cc639f..1908a789866fb15cb41b2b85eb8e9ba8cd20757a 100644 (file)
@@ -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,
index 58d97846cf80b4216efddcb0d18bb9bd4c389bf7..6e8339d435380bfd9a61378c69454635a9c9d069 100644 (file)
@@ -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;