mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
Update.
2003-01-03 Ulrich Drepper <drepper@redhat.com> * herrno.c (__h_errno_location): Don't define as weak.
This commit is contained in:
parent
c547b58aad
commit
0e07706e5b
@ -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,
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user