about summary refs log tree commit diff
path: root/linuxthreads/internals.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-06-17 02:19:25 +0000
committerUlrich Drepper <drepper@redhat.com>2001-06-17 02:19:25 +0000
commit2879ae4ab0255ff97d53562382c3abd69dceb45a (patch)
tree6300efdb27e71b191252a743dba32787f0a4e677 /linuxthreads/internals.h
parentaac0e8c4e8004da90c28b6b63cf2decb229f64a2 (diff)
downloadglibc-2879ae4ab0255ff97d53562382c3abd69dceb45a.tar.gz
glibc-2879ae4ab0255ff97d53562382c3abd69dceb45a.tar.xz
glibc-2879ae4ab0255ff97d53562382c3abd69dceb45a.zip
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.
Diffstat (limited to 'linuxthreads/internals.h')
-rw-r--r--linuxthreads/internals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/internals.h b/linuxthreads/internals.h
index a78f9b671b..d5b469b347 100644
--- a/linuxthreads/internals.h
+++ b/linuxthreads/internals.h
@@ -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 */