From 5aef22f685f01040a9e155bc4226d8fca454ffe3 Mon Sep 17 00:00:00 2001 From: dhinton Date: Sat, 1 Nov 2003 16:19:22 +0000 Subject: ChangeLogTag:Sat Nov 1 16:27:58 UTC 2003 Don Hinton --- ChangeLog | 6 ++++++ ace/os_include/os_signal.h | 2 ++ 2 files changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index b93beeb48af..ee85bd34222 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Nov 1 16:27:58 UTC 2003 Don Hinton + + * ace/os_include/os_signal.h: + Added prototype for pthread_sigmask() for those platforms that + don't include it in signal.h, ie. Free BSD. + Sat Nov 1 05:40:21 UTC 2003 Don Hinton * ace/Cleanup.{h,inl,cpp}: diff --git a/ace/os_include/os_signal.h b/ace/os_include/os_signal.h index 7c6fa25fdcb..ab3b46a26bf 100644 --- a/ace/os_include/os_signal.h +++ b/ace/os_include/os_signal.h @@ -316,6 +316,8 @@ extern "C" typedef void (*ACE_SIGNAL_C_FUNC)(int,siginfo_t*,void*); #endif /* ACE_WIN32 */ + int pthread_sigmask(int, const sigset_t *, sigset_t *); + #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit v1.2.1