summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-01 04:49:00 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-01 04:49:00 +0000
commit7ebd1ab8f532a17a17002225ca274518a33a0f81 (patch)
treed24dd8e41927e17de9fc4bdb22103e55d65541cc
parent832dd3291c666c9e4963bedc5508f95f715e33de (diff)
downloadATCD-dre_osh_namespace_01.tar.gz
-rw-r--r--ace/os_include/os_signal.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/os_include/os_signal.h b/ace/os_include/os_signal.h
index afaf8160e10..7c6fa25fdcb 100644
--- a/ace/os_include/os_signal.h
+++ b/ace/os_include/os_signal.h
@@ -312,7 +312,9 @@ extern "C"
# endif /* __rtems__ */
#endif /* ! DIGITAL_UNIX && ! ACE_HAS_SIGWAIT */
-// typedef void (*ACE_SIGNAL_C_FUNC)(int,siginfo_t*,void*);
+#if !defined (ACE_WIN32)
+ typedef void (*ACE_SIGNAL_C_FUNC)(int,siginfo_t*,void*);
+#endif /* ACE_WIN32 */
#ifdef __cplusplus
}