1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-07 06:43:00 +03:00
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:
Ulrich Drepper
2001-06-17 02:19:25 +00:00
parent aac0e8c4e8
commit 2879ae4ab0
7 changed files with 11 additions and 5 deletions

View File

@@ -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] =