summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/extern-dd.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2009-06-17 05:34:33 +0000
committerChris Johns <chrisj@rtems.org>2009-06-17 05:34:33 +0000
commitb311cbc9577a2606db5f7cdb691f99d680dc9fc1 (patch)
tree4a73685e43b45efdd67451c2d91b6173d84dd90d /cpukit/libmisc/shell/extern-dd.h
parent2009-06-16 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-b311cbc9577a2606db5f7cdb691f99d680dc9fc1.tar.bz2
2009-06-17 Chris Johns <chrisj@rtems.org>
* libmisc/shell/extern-dd.h: Delcare the conv arrays extern to stop PPC link errors. * libmisc/shell/main_time.c, libmisc/Makefile.am, libmisc/shell/shellconfig.h: Add a time command.
Diffstat (limited to 'cpukit/libmisc/shell/extern-dd.h')
-rw-r--r--cpukit/libmisc/shell/extern-dd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/libmisc/shell/extern-dd.h b/cpukit/libmisc/shell/extern-dd.h
index 25f9c02030..405d460ef3 100644
--- a/cpukit/libmisc/shell/extern-dd.h
+++ b/cpukit/libmisc/shell/extern-dd.h
@@ -95,9 +95,9 @@ void terminate(int);
void unblock(rtems_shell_dd_globals* globals);
void unblock_close(rtems_shell_dd_globals* globals);
-const u_char a2e_32V[256], a2e_POSIX[256];
-const u_char e2a_32V[256], e2a_POSIX[256];
-const u_char a2ibm_32V[256], a2ibm_POSIX[256];
+extern const u_char a2e_32V[256], a2e_POSIX[256];
+extern const u_char e2a_32V[256], e2a_POSIX[256];
+extern const u_char a2ibm_32V[256], a2ibm_POSIX[256];
void rtems_shell_dd_exit(rtems_shell_dd_globals* globals, int code);