diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-06-17 02:19:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-06-17 02:19:25 +0000 |
commit | 2879ae4ab0255ff97d53562382c3abd69dceb45a (patch) | |
tree | 6300efdb27e71b191252a743dba32787f0a4e677 /linuxthreads/attr.c | |
parent | aac0e8c4e8004da90c28b6b63cf2decb229f64a2 (diff) | |
download | glibc-2879ae4ab0255ff97d53562382c3abd69dceb45a.tar glibc-2879ae4ab0255ff97d53562382c3abd69dceb45a.tar.gz glibc-2879ae4ab0255ff97d53562382c3abd69dceb45a.tar.bz2 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/attr.c')
-rw-r--r-- | linuxthreads/attr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linuxthreads/attr.c b/linuxthreads/attr.c index eba93f1f67..4b3a8f4342 100644 --- a/linuxthreads/attr.c +++ b/linuxthreads/attr.c @@ -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) { |