summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/ChangeLog')
-rw-r--r--c/src/exec/posix/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/exec/posix/ChangeLog b/c/src/exec/posix/ChangeLog
index f7cccea68b..65cde9f685 100644
--- a/c/src/exec/posix/ChangeLog
+++ b/c/src/exec/posix/ChangeLog
@@ -1,3 +1,12 @@
+2001-09-13 Joel Sherrill <joel@OARcorp.com>
+
+ * src/mprotect.c: New file. Stub required by some gcc's to pass tests.
+ In particular, about 350 ACATS tests fail if this is not present.
+ * src/getpagesize.c: Ditto.
+ * src/sysconf.c: Addition of Solaris value for _SC_STACK_PROT required
+ to pass about 350 ACATS test cases.
+ * src/Makefile.am: Added new files.
+
2001-08-30 Joel Sherrill <joel@OARcorp.com>
* macros/rtems/posix/mqueue.inl: Add cast so negation works.