1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +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

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