summaryrefslogtreecommitdiff
path: root/PACE/pace/aio.h
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-14 13:19:50 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-14 13:19:50 +0000
commit05c4b626ff4436ccaa16abc1dc4c0f31dddb41c2 (patch)
tree886f24c66a01c03320e96ef1e7e7366d4b2f805c /PACE/pace/aio.h
parent2f622f6e1ce97e7a7f5745c8ee63013b675316cd (diff)
downloadATCD-05c4b626ff4436ccaa16abc1dc4c0f31dddb41c2.tar.gz
ChangeLogTag: Fri Jul 14 08:17:59 2000 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'PACE/pace/aio.h')
-rw-r--r--PACE/pace/aio.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/PACE/pace/aio.h b/PACE/pace/aio.h
index 621f28e3211..be47d5db6d0 100644
--- a/PACE/pace/aio.h
+++ b/PACE/pace/aio.h
@@ -91,10 +91,6 @@ extern "C" {
int nent,
pace_sigevent * sig);
-#if defined (PACE_HAS_CPLUSPLUS)
-}
-#endif /* PACE_HAS_CPLUSPLUS */
-
#if defined (PACE_HAS_INLINE)
# if (PACE_HAS_POSIX)
# include "pace/posix/aio.inl"
@@ -105,4 +101,8 @@ extern "C" {
# endif
#endif /* PACE_HAS_INLINE */
+#if defined (PACE_HAS_CPLUSPLUS)
+}
+#endif /* PACE_HAS_CPLUSPLUS */
+
#endif /* PACE_AIO_H */