summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-13 21:04:21 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-13 21:04:21 +0000
commitc8d66913ee4ce5fc3c20713e63f8b821cd4c4b3b (patch)
treef4eed27b5e67f2942323d3a45e0f245eb5243544 /cpukit/posix/ChangeLog
parent2001-09-13 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-c8d66913ee4ce5fc3c20713e63f8b821cd4c4b3b.tar.bz2
2001-09-13 Joel Sherrill <joel@OARcorp.com>
* src/sysconf.c: Fix typo syntax error accidentally committed.
Diffstat (limited to 'cpukit/posix/ChangeLog')
-rw-r--r--cpukit/posix/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/posix/ChangeLog b/cpukit/posix/ChangeLog
index 65cde9f685..84654514b7 100644
--- a/cpukit/posix/ChangeLog
+++ b/cpukit/posix/ChangeLog
@@ -1,5 +1,9 @@
2001-09-13 Joel Sherrill <joel@OARcorp.com>
+ * src/sysconf.c: Fix typo syntax error accidentally committed.
+
+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.