summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-29 14:20:39 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-07-29 14:20:39 +0000
commit04c41883f4b25782636dc4681546c6617a1e9d35 (patch)
treefc71f9147482e976f14de4d714d702acdb0750a5
parent1d9f9387df002f325c83e1a3f6477936f1a1ac92 (diff)
downloadATCD-04c41883f4b25782636dc4681546c6617a1e9d35.tar.gz
ChangeLogTag: Sat Jul 29 09:19:01 2000 David L. Levine <levine@cs.wustl.edu>
-rw-r--r--PACE/ChangeLog6
-rw-r--r--PACE/include/makeinclude/rules.common.GNU2
2 files changed, 7 insertions, 1 deletions
diff --git a/PACE/ChangeLog b/PACE/ChangeLog
index 723134d0636..3e60ef5a9fc 100644
--- a/PACE/ChangeLog
+++ b/PACE/ChangeLog
@@ -1,3 +1,9 @@
+Sat Jul 29 09:19:01 2000 David L. Levine <levine@cs.wustl.edu>
+
+ * include/makeinclude/rules.common.h (CFLAGS): on OSF1, added
+ -D_DEC_XPG, to pickup up _SC_AIO_LISTIO_MAX, et al., from
+ /usr/include/unistd.h.
+
Sat Jul 29 09:08:15 2000 David L. Levine <levine@cs.wustl.edu>
* pace/config/config.h,pace/posix/aio.inl (aio_suspend):
diff --git a/PACE/include/makeinclude/rules.common.GNU b/PACE/include/makeinclude/rules.common.GNU
index 256e0e38b17..556f4a4e6c0 100644
--- a/PACE/include/makeinclude/rules.common.GNU
+++ b/PACE/include/makeinclude/rules.common.GNU
@@ -68,7 +68,7 @@ endif
ifeq ($(PACE_SYSNAME),OSF1)
VPATH :=.:posix:$(VPATH)
- CFLAGS += -DPACE_OSF1=$(PACE_SYSVER)
+ CFLAGS += -DPACE_OSF1=$(PACE_SYSVER) -D_DEC_XPG
endif
ifeq ($(PACE_SYSNAME),VxWorks)