summaryrefslogtreecommitdiff
path: root/PACE/pace
diff options
context:
space:
mode:
authorjwh1 <jwh1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-24 20:58:47 +0000
committerjwh1 <jwh1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-24 20:58:47 +0000
commit2e5a9e2c8b3f19b4bfe2a1e269dd5861e9a14918 (patch)
treeba783dc2bc9156bd61f42e80112e83c2c414246e /PACE/pace
parent63a4055d15370156ed8cc520407b277d988fc330 (diff)
downloadATCD-2e5a9e2c8b3f19b4bfe2a1e269dd5861e9a14918.tar.gz
Mon Jul 24 15:57:24 2000 John Heitmann <jwh1@cs.wustl.edu>
Diffstat (limited to 'PACE/pace')
-rw-r--r--PACE/pace/posix/signal.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/PACE/pace/posix/signal.h b/PACE/pace/posix/signal.h
index 9e091dacf50..f561be3da17 100644
--- a/PACE/pace/posix/signal.h
+++ b/PACE/pace/posix/signal.h
@@ -20,6 +20,10 @@
#include "pace/sys/types.h"
#include "pace/time.h"
+#if defined (PACE_HAS_CPLUSPLUS)
+extern "C" {
+#endif /* PACE_HAS_CPLUSPLUS */
+
#ifndef PACE_SIG_PF
# define PACE_SIG_PF
# if (PACE_LYNXOS)
@@ -33,10 +37,6 @@
# endif /* PACE_LYNXOS */
#endif /* PACE_SIG_PF */
-#if defined (PACE_HAS_CPLUSPLUS)
-extern "C" {
-#endif /* PACE_HAS_CPLUSPLUS */
-
#ifndef PACE_SIG_ATOMIC_T
#define PACE_SIG_ATOMIC_T
typedef sig_atomic_t pace_sig_atomic_t;