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/cancel.c | |
parent | aac0e8c4e8004da90c28b6b63cf2decb229f64a2 (diff) | |
download | glibc-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/cancel.c')
-rw-r--r-- | linuxthreads/cancel.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linuxthreads/cancel.c b/linuxthreads/cancel.c index 7ecbd7965b..0d5298b742 100644 --- a/linuxthreads/cancel.c +++ b/linuxthreads/cancel.c @@ -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) |