chiark / gitweb /
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)
committerSven Eden <yamakuzure@gmx.net>
Wed, 5 Jul 2017 06:50:53 +0000 (08:50 +0200)
commit14496a4c8353b9b7d14c6a3c5959ff989b2bea21
tree764227c1d92f2ea2b40c12d8d143b6d377179ad3
parentd467286973adb99d5621c3d9a0942305e314d5dc
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