[LTP] [PATCH v2 01/16] lib/tst_sched: add ltp sys/libc_sched_*() wrappers

Cyril Hrubis chrubis@suse.cz
Mon Aug 9 11:53:05 CEST 2021


Hi!
> +#define _TST_LIBC_SCHED_SCALL(SCALL, ...)({ \

Please do not add any identifiers that start with underscore, these are
reserved for OS implementation e.g. libc and kernel headers.

We usually add the underscore to the end instead, so this will end up as

#define TST_LIBC_SCHED_SCALL_(SCALL, ...) ...

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list