summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-03-05 18:24:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-03-05 18:24:24 +0000
commit07e9194eecf9d0db9856bc7405f5030d83eccadc (patch)
tree6a7b4889ea01bfd15afdc3fbbc3140acf0e78e5c /cpukit/ChangeLog
parent2004-03-05 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-07e9194eecf9d0db9856bc7405f5030d83eccadc.tar.bz2
2004-03-05 Joel Sherrill <joel@OARcorp.com>
* libcsupport/src/newlibc.c, libcsupport/src/sync.c: Eliminate warnings. Explicitly defeat __STRICT_ANSI__ since both legitimately use routines beyond ANSI.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 84d04fcb34..19f41cbc1e 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2004-03-05 Joel Sherrill <joel@OARcorp.com>
+ * libcsupport/src/newlibc.c, libcsupport/src/sync.c: Eliminate
+ warnings. Explicitly defeat __STRICT_ANSI__ since both
+ legitimately use routines beyond ANSI.
+
+2004-03-05 Joel Sherrill <joel@OARcorp.com>
+
* cpukit/libblock/src/bdbuf.c: Initialize pointer to avoid warning.
2004-03-05 Joel Sherrill <joel@OARcorp.com>