glob: silence -Wattribute warnings
authorEric Blake <eblake@redhat.com>
Wed, 4 Sep 2013 23:02:47 +0000 (17:02 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 1 Oct 2013 19:50:29 +0000 (13:50 -0600)
commite833b53fe618af287a0b818ac3592d842b76dec8
tree00b480512aa4e2bf2e3652b29ee90ff675f7b895
parentc17fdf95b69e166a777083336f7204bf4f6da2fa
glob: silence -Wattribute warnings

Colin Watson reported that some versions of gcc warn about
attribute leaf used on a static function, since it has no
effect on anything but external functions.

* posix/glob.c (next_brace_sub, prefix_array, collated_compare):
Use __THROWNL rather than __THROW on static functions.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
posix/glob.c