mirror of git://sourceware.org/git/glibc.git
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>
|
2004-01-16 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
* allocatestack.c: Don't declare __libc_stack_end.
|
* allocatestack.c: Don't declare __libc_stack_end.
|
||||||
* init.c (__pthread_initialize_minimal_internal): Likewise.
|
* init.c (__pthread_initialize_minimal_internal): Likewise.
|
||||||
* pthread_getattr_np.c (pthread_getattr_np): Likewise.
|
* pthread_getattr_np.c (pthread_getattr_np): Likewise.
|
||||||
|
|
||||||
2004-01-15 Richard Henderson <rth@redhat.com>
|
2004-01-15 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,7 @@
|
||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
#include "pthreadP.h"
|
#include "pthreadP.h"
|
||||||
#include <lowlevellock.h>
|
#include <lowlevellock.h>
|
||||||
|
#include <ldsodefs.h>
|
||||||
|
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
Loading…
Reference in New Issue