|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH] Use Unikraft initcall for initialization
Sorry, please ignore this patch. The subject is incorrect. Thanks, Simon On 08.01.20 10:13, Simon Kuenzer wrote: Initialize the library by using an Unikraft initcall instead of the constructor attribute. This is to make sure that pthread-embedded is initialized before Unikraft calls any application constructors and after Unikraft initialized the depending scheduler. Signed-off-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx> --- pte_osal.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pte_osal.c b/pte_osal.c index 3ce2a8c..cfd5b3b 100644 --- a/pte_osal.c +++ b/pte_osal.c @@ -25,7 +25,7 @@#include <string.h> _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |