summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-17 23:05:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-17 23:05:36 +0000
commit2946682d5956d448ac98860d1298ad804f6c7f94 (patch)
tree6b9c6da804d7b4c10d374307ed10fa0759604531 /cpukit/ChangeLog
parent2011-01-17 Alin Rus <alin.codejunkie@gmail.com> (diff)
downloadrtems-2946682d5956d448ac98860d1298ad804f6c7f94.tar.bz2
2011-01-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/shell/main_dd.c: Make symbol unique to avoid conflict with same name in <sys/stat.h>.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index a22fc6d97a..05f0c18d4a 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * libmisc/shell/main_dd.c: Make symbol unique to avoid conflict with
+ same name in <sys/stat.h>.
+
2011-01-17 Alin Rus <alin.codejunkie@gmail.com>
* posix/src/aio_cancel.c: Fixed ending of if braces.