fix FILENAME_MAX to match PATH_MAX
authorRich Felker <dalias@aerifal.cx>
Thu, 18 Jul 2013 18:15:48 +0000 (14:15 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 18 Jul 2013 18:15:48 +0000 (14:15 -0400)
commitb823ef2db13a5d86df03bcf6bfd4b92559c0b154
tree5736781333a2756caf14fea58f9764cc5487855c
parent2f5fe458085fe8f9d0448aa1ef4eb9143b8b18ca
fix FILENAME_MAX to match PATH_MAX

POSIX is not clear on whether it includes the termination, but ISO C
requires that it does. the whole concept of this macro is rather
useless, but it's better to be correct anyway.
include/stdio.h