Bernhard Voelker a76e5e1f02 xargs: avoid sc_useless_cpp_parens failure
$ make syntax-check
...
xargs/xargs.c:674:#if !(defined(SIGUSR1) && defined(SIGUSR2))
maint.mk: found useless parentheses in cpp directive
make: *** [maint.mk:924: sc_useless_cpp_parens] Error 1

* xargs/xargs.c (main): Simplify -P #if conditional to avoid the
above syntax-check failure.
2024-05-20 13:54:46 +02:00
..
2024-05-19 11:27:46 +01:00