summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-01 16:19:22 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-01 16:19:22 +0000
commit5aef22f685f01040a9e155bc4226d8fca454ffe3 (patch)
tree97eddd2dfd12dbd0ce63c4555ee3a37e364d1802
parent746f4ee6169d6cd8d8e5f8d6b3b368d3ac128ac6 (diff)
downloadATCD-5aef22f685f01040a9e155bc4226d8fca454ffe3.tar.gz
ChangeLogTag:Sat Nov 1 16:27:58 UTC 2003 Don Hinton <dhinton@dresystems.com>
-rw-r--r--ChangeLog6
-rw-r--r--ace/os_include/os_signal.h2
2 files changed, 8 insertions, 0 deletions
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 <dhinton@dresystems.com>
+
+ * 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 <dhinton@dresystems.com>
* 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 */