[LTP] [PATCH] posix/conformance/interfaces/sem_timedwait/2-1: add _GNU_SOURCE define
Cyril Hrubis
chrubis@suse.cz
Tue Sep 10 12:11:53 CEST 2024
Hi!
> To get rid of error "‘MAP_ANONYMOUS’ undeclared (first use in this function)"
> on some systems (Fedora 37, etc).
That does not sound right, the open posix testsuite must not depend on
anything GNU specific.
Also MAP_ANONYMOUS is requiered to be there by POSIX so setting
_GNU_SOURCE does not seem to be a good solution.
> Signed-off-by: Ma Xinjian <maxj.fnst@fujitsu.com>
> ---
> .../conformance/interfaces/sem_timedwait/2-1.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/testcases/open_posix_testsuite/conformance/interfaces/sem_timedwait/2-1.c b/testcases/open_posix_testsuite/conformance/interfaces/sem_timedwait/2-1.c
> index 2eca8dff6..4ccef7261 100644
> --- a/testcases/open_posix_testsuite/conformance/interfaces/sem_timedwait/2-1.c
> +++ b/testcases/open_posix_testsuite/conformance/interfaces/sem_timedwait/2-1.c
> @@ -11,6 +11,7 @@
> */
>
>
> +#define _GNU_SOURCE
> #include <stdio.h>
> #include <errno.h>
> #include <unistd.h>
> --
> 2.42.0
>
>
> --
> Mailing list info: https://lists.linux.it/listinfo/ltp
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list