[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Minios-devel] [UNIKRAFT PATCH] Remove sigfillset() stub
As a result of patch 9049be5a9330 ("Yet another try to fix the __rtems__ shenanigans"), sigfillset should now always be available as a define when including signal.h. In fact, if plat.c includes, in a roundabout way, signal.h, then the build fails. So remove this stub. Signed-off-by: Florian Schmidt <florian.schmidt@xxxxxxxxx> --- plat.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plat.c b/plat.c index f678694..df07dce 100644 --- a/plat.c +++ b/plat.c @@ -55,12 +55,6 @@ int sigprocmask(int how __unused, const sigset_t *set __unused, return -1; } -int sigfillset(sigset_t *set __unused) -{ - errno = ENOTSUP; - return -1; -} - #include <uk/plat/bootstrap.h> void abort(void) -- 2.21.0 _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |