use alternate argument syntax for restrict with lio_listio
authorRich Felker <dalias@aerifal.cx>
Wed, 5 Dec 2012 00:03:42 +0000 (19:03 -0500)
committerRich Felker <dalias@aerifal.cx>
Wed, 5 Dec 2012 00:03:42 +0000 (19:03 -0500)
commitb427c822655156f17d17cd00110ff5bc22299a38
tree64f06db9694fc691d27667847652daca97f9c8d8
parent7aa73925e705047755221d6e1461a1e4180d26d7
use alternate argument syntax for restrict with lio_listio

for some reason I have not been able to determine, gcc 3.2 rejects the
array notation. this seems to be a gcc bug, but since it's easy to
work around, let's do the workaround and avoid gratuitously requiring
newer compilers.
src/aio/lio_listio.c