mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Update.
2001-06-16 H.J. Lu <hjl@gnu.org> * internals.h: Include <stackinfo.h>. * attr.c: Don't include <stackinfo.h> here. * cancel.c: Likewise. * manager.c: Likewise. * pthread.c: Likewise. * ptlongjmp.c: Likewise.
This commit is contained in:
parent
aac0e8c4e8
commit
2879ae4ab0
@ -1,3 +1,13 @@
|
||||
2001-06-16 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* internals.h: Include <stackinfo.h>.
|
||||
|
||||
* attr.c: Don't include <stackinfo.h> here.
|
||||
* cancel.c: Likewise.
|
||||
* manager.c: Likewise.
|
||||
* pthread.c: Likewise.
|
||||
* ptlongjmp.c: Likewise.
|
||||
|
||||
2001-03-23 Matthew Wilcox <willy@ldl.fc.hp.com>
|
||||
|
||||
* attr.c: Make _STACK_GROWS_UP work.
|
||||
|
@ -22,7 +22,6 @@
|
||||
#include "pthread.h"
|
||||
#include "internals.h"
|
||||
#include <shlib-compat.h>
|
||||
#include <stackinfo.h>
|
||||
|
||||
int __pthread_attr_init_2_1(pthread_attr_t *attr)
|
||||
{
|
||||
|
@ -20,7 +20,6 @@
|
||||
#include "internals.h"
|
||||
#include "spinlock.h"
|
||||
#include "restart.h"
|
||||
#include <stackinfo.h>
|
||||
|
||||
#ifdef _STACK_GROWS_DOWN
|
||||
# define FRAME_LEFT(frame, other) ((char *) frame >= (char *) other)
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <setjmp.h>
|
||||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
#include <stackinfo.h>
|
||||
#include <sys/types.h>
|
||||
#include <bits/libc-tsd.h> /* for _LIBC_TSD_KEY_N */
|
||||
|
||||
|
@ -32,7 +32,6 @@
|
||||
#include "spinlock.h"
|
||||
#include "restart.h"
|
||||
#include "semaphore.h"
|
||||
#include <stackinfo.h>
|
||||
|
||||
/* Array of active threads. Entry 0 is reserved for the initial thread. */
|
||||
struct pthread_handle_struct __pthread_handles[PTHREAD_THREADS_MAX] =
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include "internals.h"
|
||||
#include "spinlock.h"
|
||||
#include "restart.h"
|
||||
#include <stackinfo.h>
|
||||
|
||||
/* We need the global/static resolver state here. */
|
||||
#include <resolv.h>
|
||||
|
@ -18,7 +18,6 @@
|
||||
#include <setjmp.h>
|
||||
#include "pthread.h"
|
||||
#include "internals.h"
|
||||
#include <stackinfo.h>
|
||||
|
||||
/* These functions are not declared anywhere since they shouldn't be
|
||||
used at another place but here. */
|
||||
|
Loading…
Reference in New Issue
Block a user