summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-28 23:13:51 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-28 23:13:51 +0000
commitf4d77dd63b6c670310ee3776c0ae06584d997792 (patch)
treeefaaeabdca4fd68776526bfb62b2d46c8c266e82
parent31082777d0259a782043d53e820084ae0f44e224 (diff)
downloadATCD-f4d77dd63b6c670310ee3776c0ae06584d997792.tar.gz
ChangeLogTag: Fri Jul 28 18:11:24 2000 David L. Levine <levine@cs.wustl.edu>
-rw-r--r--PACE/ChangeLog8
-rw-r--r--PACE/README4
2 files changed, 10 insertions, 2 deletions
diff --git a/PACE/ChangeLog b/PACE/ChangeLog
index 98b21e2611a..d919d576feb 100644
--- a/PACE/ChangeLog
+++ b/PACE/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jul 28 18:11:24 2000 David L. Levine <levine@cs.wustl.edu>
+
+ * RAEDME: mention LynxOS' non-standard signal interface.
+
Fri Jul 28 15:54:38 2000 Joe Hoffert <joeh@cs.wustl.edu>
* tests/Makefile:
@@ -12,7 +16,7 @@ Fri Jul 28 15:54:38 2000 Joe Hoffert <joeh@cs.wustl.edu>
Fixed sigwait and signal for LynxOS (at least for building
pace).
- * pace/posix/time.inl:
+ * pace/posix/time.inl:
* pace/posix/pwd.inl:
* pace/posix/grp.inl:
* pace/posix/dirent.inl:
@@ -31,7 +35,7 @@ Fri Jul 28 15:54:38 2000 Joe Hoffert <joeh@cs.wustl.edu>
Modified to use bin/ace_components rather than
bin/pace_components (which is going away).
- * include/makeinclude/rules.common.GNU:
+ * include/makeinclude/rules.common.GNU:
Adding -D_POSIX_PTHREAD_SEMANTICS (if threads == 1)
and -D_REENTRANT for SunOS so they get defined before
any include files.
diff --git a/PACE/README b/PACE/README
index e57f4cf9b0e..cc361881310 100644
--- a/PACE/README
+++ b/PACE/README
@@ -43,3 +43,7 @@ systems. For example:
prototypes (and its implementation casts as necessary for
compatibility).
+* LynxOS 3.1.0 has a non-POSIX signal () interface; the handler function
+ prototype is not void (*) (int). PACE adapts its interface to the
+ POSIX standard interface.
+