summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjwh1 <jwh1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-15 00:38:49 +0000
committerjwh1 <jwh1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-15 00:38:49 +0000
commit8f8c8c1fb5d821c677262697721e04aa38e92d05 (patch)
tree62414ec5f2c0539d82b5d75b9ac479186c4c0e2f
parent72b7a74136dcbde344a2fdbb7794ea67388514c0 (diff)
downloadATCD-8f8c8c1fb5d821c677262697721e04aa38e92d05.tar.gz
Fri Jul 14 19:06:09 2000 John Heitmann <jwh1@cs.wustl.edu>
-rw-r--r--PACE/ChangeLog7
-rw-r--r--PACE/pace/pthread.h3
-rw-r--r--PACE/pace/unistd.h4
3 files changed, 7 insertions, 7 deletions
diff --git a/PACE/ChangeLog b/PACE/ChangeLog
index 329f822c831..313a8fa8458 100644
--- a/PACE/ChangeLog
+++ b/PACE/ChangeLog
@@ -1,5 +1,12 @@
Fri Jul 14 19:06:09 2000 John Heitmann <jwh1@cs.wustl.edu>
+ * ../include/makeinclude/wrappermacros.GNU:
+ Added -DPACE_HAS_ALL_POSIX_FUNCS to flags.
+
+ * pace/pthread.h:
+ * pace/unistd.h:
+ Removed a duplicate closing }.
+
* pace/pthread.h:
Added (void) in arguments to pointers to functions
which were otherwise interpreted as (...) args.
diff --git a/PACE/pace/pthread.h b/PACE/pace/pthread.h
index c053dad5958..c3f2442c313 100644
--- a/PACE/pace/pthread.h
+++ b/PACE/pace/pthread.h
@@ -652,9 +652,6 @@ extern "C" {
PACE_INLINE void pace_pthread_testcancel ();
#endif /* PACE_HAS_POSIX_NONUOF_FUNCS */
-#if defined (PACE_HAS_CPLUSPLUS)
-}
-#endif /* PACE_HAS_CPLUSPLUS */
#if defined (PACE_HAS_INLINE)
# if (PACE_HAS_POSIX)
diff --git a/PACE/pace/unistd.h b/PACE/pace/unistd.h
index 113595afb2a..11aaa067530 100644
--- a/PACE/pace/unistd.h
+++ b/PACE/pace/unistd.h
@@ -487,10 +487,6 @@ extern "C" {
PACE_INLINE ssize_t pace_write (int fildes, const void * buf, size_t nbyte);
#endif /* PACE_HAS_POSIX_DI_UOF */
-#if defined (PACE_HAS_CPLUSPLUS)
-}
-#endif /* PACE_HAS_CPLUSPLUS */
-
#if defined (PACE_HAS_INLINE)
# if (PACE_HAS_POSIX)
# include "pace/posix/unistd.inl"