From ae4f125e86f8e824d0cbb0237c1c6762d70460d8 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 6 Nov 2012 13:54:05 +0100 Subject: sapi: Make Configuration read-only The Configuration is now read-only and must be statically initialized via confdefs.h or similar. --- cpukit/sapi/include/rtems/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/sapi/include/rtems') diff --git a/cpukit/sapi/include/rtems/config.h b/cpukit/sapi/include/rtems/config.h index 55b7bdac38..ed869ec8e7 100644 --- a/cpukit/sapi/include/rtems/config.h +++ b/cpukit/sapi/include/rtems/config.h @@ -222,7 +222,7 @@ typedef struct { /** * This is the configuration table generated by confdefs.h. */ -extern rtems_configuration_table Configuration; +extern const rtems_configuration_table Configuration; #if defined(RTEMS_MULTIPROCESSING) /** -- cgit v1.2.3