]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: add 'returns_' to exclude list in sc_prohibit_and_fail_1
authorBernhard Voelker <mail@bernhard-voelker.de>
Sun, 13 Nov 2016 17:16:32 +0000 (18:16 +0100)
committerBernhard Voelker <mail@bernhard-voelker.de>
Sun, 13 Nov 2016 17:16:32 +0000 (18:16 +0100)
commit40122a96dfa97c25c26abb3f47fa8d577cffa666
treef7d617b13af82f8b02322fca484bcf3b5c946dce
parent22063c8c083d2d8130efb76482e45fa1976a595a
maint: add 'returns_' to exclude list in sc_prohibit_and_fail_1

The previous commit v8.25-96-g22063c8 lets 'make syntax-check' fail,
because the above check falsely detects a case where 'returns_' is
already in use.

* cfg.mk (sc_prohibit_and_fail_1): Add 'returns_' to exclude list.
cfg.mk