basic/fileio: we always have O_TMPFILE now
authorYann E. MORIN <yann.morin.1998@free.fr>
Mon, 29 Aug 2016 10:34:50 +0000 (12:34 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Mon, 29 Aug 2016 10:49:10 +0000 (12:49 +0200)
commit1d9ed171788821c21ca900a921833a8e41bf22f3
tree0b5fd9e27472c0ecdea81dcec8f2d306a2e6ca41
parentdaad709a7c13c0fac73e407528f96cc876c09629
basic/fileio: we always have O_TMPFILE now

fileio makes use of O_TMPFILE when it is available.

We now always have O_TMPFILE, defined in missing.h if missing
from the toolchain headers.

Have fileio include missing.h and drop the guards around the
use of O_TMPFILE.
src/basic/fileio.c