[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH v3 8/9] lib/vfscore: Update to <uk/ctors.h> changes
Signed-off-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx> Reviewed-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@xxxxxxxxxxxxxxx> --- lib/vfscore/fd.c | 2 +- lib/vfscore/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/vfscore/fd.c b/lib/vfscore/fd.c index 6db366a9..6b7f5ec7 100644 --- a/lib/vfscore/fd.c +++ b/lib/vfscore/fd.c @@ -209,4 +209,4 @@ static void fdtable_init(void) init_stdio(); } -UK_CTOR_FUNC(1, fdtable_init); +UK_CTOR_PRIO(fdtable_init, 1); diff --git a/lib/vfscore/main.c b/lib/vfscore/main.c index fc9c17a6..7a7a54c3 100644 --- a/lib/vfscore/main.c +++ b/lib/vfscore/main.c @@ -2113,4 +2113,4 @@ static void vfscore_init(void) lookup_init(); } -UK_CTOR_FUNC(1, vfscore_init); +UK_CTOR_PRIO(vfscore_init, 1); -- 2.20.1 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |