[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH v3 7/9] lib/ukswrand: Update to <uk/ctors.h> changes
Signed-off-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx> Reviewed-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@xxxxxxxxxxxxxxx> --- lib/ukswrand/swrand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ukswrand/swrand.c b/lib/ukswrand/swrand.c index 1225f66b..47b2e60a 100644 --- a/lib/ukswrand/swrand.c +++ b/lib/ukswrand/swrand.c @@ -95,4 +95,4 @@ static void _uk_swrand_ctor(void) uk_swrand_init_r(&uk_swrand_def, seedc, seedv); } -UK_CTOR_FUNC(UK_SWRAND_CTOR_PRIO, _uk_swrand_ctor); +UK_CTOR_PRIO(_uk_swrand_ctor, UK_SWRAND_CTOR_PRIO); -- 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 |