summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/pthread.map
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2003-12-29 23:21:09 +0000
committerdavidxu <davidxu@FreeBSD.org>2003-12-29 23:21:09 +0000
commit8d750bfb1bf0228b6e58e834f4842c7080398d13 (patch)
treee2ab7b024b94d440af7be0888fe6e9a4498d59b5 /lib/libpthread/pthread.map
parent2d0145273e128a3db5439ade8d7f54ab879fffef (diff)
downloadFreeBSD-src-8d750bfb1bf0228b6e58e834f4842c7080398d13.zip
FreeBSD-src-8d750bfb1bf0228b6e58e834f4842c7080398d13.tar.gz
Implement sigaltstack() as per-threaded. Current only scope process thread
is supported, for scope system process, kernel signal bits need to be changed. Reviewed by: deischen Tested on : i386 amd64 ia64
Diffstat (limited to 'lib/libpthread/pthread.map')
-rw-r--r--lib/libpthread/pthread.map2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libpthread/pthread.map b/lib/libpthread/pthread.map
index 04b308c..e3cc71d 100644
--- a/lib/libpthread/pthread.map
+++ b/lib/libpthread/pthread.map
@@ -154,6 +154,7 @@ global:
_sem_unlink;
_sem_wait;
_sigaction;
+ _sigaltstack;
_sigpending;
_sigprocmask;
_sigsuspend;
@@ -308,6 +309,7 @@ global:
sem_unlink;
sem_wait;
sigaction;
+ sigaltstack;
sigpending;
sigprocmask;
sigsuspend;
OpenPOWER on IntegriCloud