summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-07 22:25:00 +0000
committerluther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-07 22:25:00 +0000
commit043b91ce3cc2ba45c918335a7ee403d1c204a17d (patch)
treed6312086bfbea784c93221480e9b3c58c88c89f7
parentfa57683a6e31974e3fbd8f0e6907bc40a87bc715 (diff)
downloadATCD-043b91ce3cc2ba45c918335a7ee403d1c204a17d.tar.gz
Fri Jul 7 17:24:33 2000 Luther J Baker <luther@cs.wustl.edu>
-rw-r--r--PACE/ChangeLog6
-rw-r--r--PACE/pace/fcntl.h4
2 files changed, 10 insertions, 0 deletions
diff --git a/PACE/ChangeLog b/PACE/ChangeLog
index 7f399c006d7..2485b3ec959 100644
--- a/PACE/ChangeLog
+++ b/PACE/ChangeLog
@@ -1,3 +1,9 @@
+Fri Jul 7 17:24:33 2000 Luther J Baker <luther@cs.wustl.edu>
+
+ * pace/fcntl.h:
+
+ Missing extern "C" { }.
+
Fri Jul 7 17:22:56 2000 Luther J Baker <luther@cs.wustl.edu>
* pace/aio.h:
diff --git a/PACE/pace/fcntl.h b/PACE/pace/fcntl.h
index 9e7060ba74f..d4737936323 100644
--- a/PACE/pace/fcntl.h
+++ b/PACE/pace/fcntl.h
@@ -63,6 +63,10 @@ extern "C" {
* surrounding the arguments.
*/
+#if defined (PACE_HAS_CPLUSPLUS)
+}
+#endif /* PACE_HAS_CPLUSPLUS */
+
#if defined (PACE_HAS_INLINE)
# if (PACE_HAS_POSIX)
# include "pace/posix/fcntl.inl"