forked from Imagelibrary/rtems
Initial sets of user extensions now have memory allocated on the fly
for them.
This commit is contained in:
@@ -337,8 +337,7 @@ uninitialized =
|
||||
|
||||
/*types.h*/ 0 +
|
||||
|
||||
/*userext.h*/ (sizeof _User_extensions_Initial) +
|
||||
(sizeof _User_extensions_List) +
|
||||
/*userext.h*/ (sizeof _User_extensions_List) +
|
||||
|
||||
/*watchdog.h*/ (sizeof _Watchdog_Sync_level) +
|
||||
(sizeof _Watchdog_Sync_count) +
|
||||
|
||||
@@ -337,8 +337,7 @@ uninitialized =
|
||||
|
||||
/*types.h*/ 0 +
|
||||
|
||||
/*userext.h*/ (sizeof _User_extensions_Initial) +
|
||||
(sizeof _User_extensions_List) +
|
||||
/*userext.h*/ (sizeof _User_extensions_List) +
|
||||
|
||||
/*watchdog.h*/ (sizeof _Watchdog_Sync_level) +
|
||||
(sizeof _Watchdog_Sync_count) +
|
||||
|
||||
Reference in New Issue
Block a user