summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/objectimpl.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-12-14 14:26:13 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-02-03 10:00:51 +0100
commit17e6f869d79eaf16678420f2062f2ee95edd239e (patch)
tree6c363d5dbe420fff6a48c8db3cba6d6a47729ddf /cpukit/score/include/rtems/score/objectimpl.h
parentFilesystem: Export most generic path eval function (diff)
downloadrtems-17e6f869d79eaf16678420f2062f2ee95edd239e.tar.bz2
Statically initialize _Objects_Information_table
Diffstat (limited to 'cpukit/score/include/rtems/score/objectimpl.h')
-rw-r--r--cpukit/score/include/rtems/score/objectimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/include/rtems/score/objectimpl.h b/cpukit/score/include/rtems/score/objectimpl.h
index 80c50a5b56..4f49ef5f2a 100644
--- a/cpukit/score/include/rtems/score/objectimpl.h
+++ b/cpukit/score/include/rtems/score/objectimpl.h
@@ -197,7 +197,7 @@ SCORE_EXTERN uint16_t _Objects_Maximum_nodes;
* class. From the ID, we can go to one of these information blocks,
* and obtain a pointer to the appropriate object control block.
*/
-SCORE_EXTERN Objects_Information
+extern Objects_Information
**_Objects_Information_table[OBJECTS_APIS_LAST + 1];
/**