mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Update.
2004-01-16 Ulrich Drepper <drepper@redhat.com> * pthread_getattr_np.c: Include ldsodefs.h. * allocatestack.c: Don't declare __libc_stack_end. * init.c (__pthread_initialize_minimal_internal): Likewise. * pthread_getattr_np.c (pthread_getattr_np): Likewise.
This commit is contained in:
parent
209dabb4d6
commit
6bae8725ff
@ -1,8 +1,12 @@
|
||||
2004-01-16 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* pthread_getattr_np.c: Include ldsodefs.h.
|
||||
|
||||
2004-01-16 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* allocatestack.c: Don't declare __libc_stack_end.
|
||||
* init.c (__pthread_initialize_minimal_internal): Likewise.
|
||||
* pthread_getattr_np.c (pthread_getattr_np): Likewise.
|
||||
* allocatestack.c: Don't declare __libc_stack_end.
|
||||
* init.c (__pthread_initialize_minimal_internal): Likewise.
|
||||
* pthread_getattr_np.c (pthread_getattr_np): Likewise.
|
||||
|
||||
2004-01-15 Richard Henderson <rth@redhat.com>
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include <sys/resource.h>
|
||||
#include "pthreadP.h"
|
||||
#include <lowlevellock.h>
|
||||
#include <ldsodefs.h>
|
||||
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user