summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-01-03 17:04:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-01-03 17:04:03 +0000
commitff38359fc695b63424fc26779c3a5119e43518df (patch)
treeb62ff706f9891cc3bfa1c1d38053fb15d35dcdd5 /cpukit
parent2002-12-08 Greg Menke <gregory.menke@gsfc.nasa.gov> (diff)
downloadrtems-ff38359fc695b63424fc26779c3a5119e43518df.tar.bz2
2003-01-03 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: Corrected entry for sysconf.c which did not include PR.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/posix/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/cpukit/posix/ChangeLog b/cpukit/posix/ChangeLog
index df4496f46a..daeb344d9d 100644
--- a/cpukit/posix/ChangeLog
+++ b/cpukit/posix/ChangeLog
@@ -1,3 +1,7 @@
+2003-01-03 Joel Sherrill <joel@OARcorp.com>
+
+ * ChangeLog: Corrected entry for sysconf.c which did not include PR.
+
2003-01-03 Jay Monkman <jtm@smoothsmoothie.com>
* src/mqueueopen.c: Actually open the message queue descriptor
@@ -36,7 +40,8 @@
2002-11-29 Eric Norum <eric.norum@usask.ca>
* src/sysconf.c: Add support for _SC_GETPW_R_SIZE_MAX.
- Return error rather than panic if argument is unsupported.
+ Return error rather than panic if argument is unsupported.
+ This was tracked as PR316.
2002-11-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>