fix regression with compilers not incorporating C99 DR#289 resolution
authorRich Felker <dalias@aerifal.cx>
Thu, 13 Sep 2018 04:03:20 +0000 (00:03 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 13 Sep 2018 04:03:20 +0000 (00:03 -0400)
commit036df43d2a1d327370af005f861598d814c55121
tree07124791d274600f86809de5f4b0866ee1e73cbb
parent7634101069db26b003adeec09c6aa14646363557
fix regression with compilers not incorporating C99 DR#289 resolution

as originally published, the C99 syntax only allowed static index
parameter declarators when a gratuitous parameter name was included.
gcc 3, which some projects use for bootstrapping, is a supported C99
compiler, but does not have the fix to the standard incorporated, so
edit the affected declaration to conform to the earlier buggy C99
syntax.
src/internal/syscall.h