2003-01-03  Ulrich Drepper  <drepper@redhat.com>

	* herrno.c (__h_errno_location): Don't define as weak.
This commit is contained in:
Ulrich Drepper 2003-01-03 08:11:20 +00:00
parent c547b58aad
commit 0e07706e5b
2 changed files with 4 additions and 1 deletions

View 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,

View 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;