fileio: rename function parameter to avoid masking global symbol
authorAlan Jenkins <alan.christopher.jenkins@gmail.com>
Tue, 29 Aug 2017 09:56:32 +0000 (10:56 +0100)
committerAlan Jenkins <alan.christopher.jenkins@gmail.com>
Tue, 29 Aug 2017 09:56:32 +0000 (10:56 +0100)
commit265710c2055254a98ed6dcd6aa172ca509a33553
treeac87f82e417d2334798f75842b55693899664f85
parent0675e94ab53237ad27bfba929c7490bdd2215cf1
fileio: rename function parameter to avoid masking global symbol

> glibc exports a function called sync(), we should probably avoid
> overloading that as a variable here locally (gcc even used to warn about
> that, not sure why it doesn't anymore), to avoid confusion around what
> "if (sync)" actually means
src/basic/fileio.c