summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/sapi/include/rtems/sptables.h2
2 files changed, 4 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index b4c5067f9a..700aa97d3f 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>
+ * sapi/include/rtems/sptables.h: Remove _RTEMS_version.
+
+2004-04-14 Ralf Corsepius <ralf_corsepius@rtems.org>
+
* libcsupport/Makefile.am: Install include_sys_HEADERS for NEWLIB
only. Merge sys/cdefs.h into general include_sys_HEADERS.
diff --git a/cpukit/sapi/include/rtems/sptables.h b/cpukit/sapi/include/rtems/sptables.h
index 1a766cbb15..474445ddcd 100644
--- a/cpukit/sapi/include/rtems/sptables.h
+++ b/cpukit/sapi/include/rtems/sptables.h
@@ -63,8 +63,6 @@ extern const rtems_multiprocessing_table
_Initialization_Default_multiprocessing_table;
#endif
-extern const char _RTEMS_version[];
-
#ifdef __cplusplus
}
#endif