1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +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

@ -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)