summaryrefslogtreecommitdiffstats
path: root/lib/libkse
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2003-12-29 23:33:51 +0000
committerdavidxu <davidxu@FreeBSD.org>2003-12-29 23:33:51 +0000
commitd6b72f0aa31100a5dba05f84a26aef9bce30fecb (patch)
tree981be2eabc8d7bf562c798ba605642f6b93498cd /lib/libkse
parent8d750bfb1bf0228b6e58e834f4842c7080398d13 (diff)
downloadFreeBSD-src-d6b72f0aa31100a5dba05f84a26aef9bce30fecb.zip
FreeBSD-src-d6b72f0aa31100a5dba05f84a26aef9bce30fecb.tar.gz
Forgot to commit this file for last commit. :(
Diffstat (limited to 'lib/libkse')
-rw-r--r--lib/libkse/thread/thr_private.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libkse/thread/thr_private.h b/lib/libkse/thread/thr_private.h
index 98672bf..73c9e28 100644
--- a/lib/libkse/thread/thr_private.h
+++ b/lib/libkse/thread/thr_private.h
@@ -798,6 +798,9 @@ struct pthread {
struct pthread_specific_elem *specific;
int specific_data_count;
+ /* Alternative stack for sigaltstack() */
+ stack_t sigstk;
+
/*
* Current locks bitmap for rtld.
*/
@@ -1154,6 +1157,7 @@ void _thr_hash_add(struct pthread *);
void _thr_hash_remove(struct pthread *);
struct pthread *_thr_hash_find(struct pthread *);
void _thr_finish_cancellation(void *arg);
+int _thr_sigonstack(void *sp);
/*
* Aliases for _pthread functions. Should be called instead of
OpenPOWER on IntegriCloud