[LTP] [PATCH v3 1/4] include: tst_clone.h: Fix possible MUSL build failures

Cyril Hrubis chrubis@suse.cz
Tue Sep 3 10:02:51 CEST 2024


Hi!
> BTW glibc guards clone() with #ifdef __USE_GNU, which should have the same
> effect as _GNU_SOURCE. I wonder why only musl got broken.

I guess that the definitions gets pulled from other header indirectly in
glibc which happens before we define the macro.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list