diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2006-11-09 08:07:43 +0000 | 
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2006-11-09 08:07:43 +0000 | 
| commit | f0d13fdd5d5f11847ce6d5b148e167e7999e075e (patch) | |
| tree | cb28f4b793f771dc39ce96ebf168714e92797058 /libpthread/linuxthreads.old/internals.h | |
| parent | 4776eaf3e312ab56e7fd2ab22b4e88f6f2dd10a4 (diff) | |
| download | uClibc-alpine-f0d13fdd5d5f11847ce6d5b148e167e7999e075e.tar.bz2 uClibc-alpine-f0d13fdd5d5f11847ce6d5b148e167e7999e075e.tar.xz  | |
backport from upstream:
2001-04-11  Ulrich Drepper  <drepper@redhat.com>
    * cancel.c (_pthread_cleanup_push): Catch invalid __prev buffer
    and remove it.
    (_pthread_cleanup_push_defer): Likewise.
Diffstat (limited to 'libpthread/linuxthreads.old/internals.h')
| -rw-r--r-- | libpthread/linuxthreads.old/internals.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/linuxthreads.old/internals.h b/libpthread/linuxthreads.old/internals.h index f1d5db16b..bd4d8ae13 100644 --- a/libpthread/linuxthreads.old/internals.h +++ b/libpthread/linuxthreads.old/internals.h @@ -24,6 +24,7 @@  #include <setjmp.h>  #include <signal.h>  #include <unistd.h> +#include <bits/stackinfo.h>  #include <sys/types.h>  #include <sys/wait.h>  #include "pt-machine.h"  | 
