From 8d750bfb1bf0228b6e58e834f4842c7080398d13 Mon Sep 17 00:00:00 2001 From: davidxu Date: Mon, 29 Dec 2003 23:21:09 +0000 Subject: 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 --- lib/libpthread/pthread.map | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/libpthread/pthread.map') 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; -- cgit v1.1