summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-09-13 03:47:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-09-13 03:47:05 +0000
commit65fd5ae089965630e127828f5f5b4a3634855477 (patch)
tree012098c755b07a01c46a62bcc9a879e24663c9f1 /cpukit/libcsupport/ChangeLog
parent2003-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-65fd5ae089965630e127828f5f5b4a3634855477.tar.bz2
2003-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/sync.c: Don't undef __STRICT_ANSI__. Use struct _reent (struct reent doesn't exist)
Diffstat (limited to '')
-rw-r--r--cpukit/libcsupport/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/libcsupport/ChangeLog b/cpukit/libcsupport/ChangeLog
index c032aa1e41..1e05aecbe8 100644
--- a/cpukit/libcsupport/ChangeLog
+++ b/cpukit/libcsupport/ChangeLog
@@ -1,5 +1,10 @@
2003-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * src/sync.c: Don't undef __STRICT_ANSI__.
+ Use struct _reent (struct reent doesn't exist)
+
+2003-09-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
PR 486/rtems
* src/newlib.c: Unconditionally include <stdio.h>