diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-04-16 12:57:52 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-04-16 12:57:52 +0000 |
commit | 825b80eaa311b0aec4c00614f38f3eb63949d5a7 (patch) | |
tree | 624f702487d9acdd3cc85060cfe2edc388cf7096 /src/libunixonacid/openc_readat.c | |
parent | bfc53cfde4fdda343647678fcd21b38a44f2de08 (diff) | |
download | skalibs-825b80eaa311b0aec4c00614f38f3eb63949d5a7.tar.xz |
Tentative support for old MacOS with no O_CLOEXEC
Also add a prototype for gol, not finished yet.
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/libunixonacid/openc_readat.c')
-rw-r--r-- | src/libunixonacid/openc_readat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libunixonacid/openc_readat.c b/src/libunixonacid/openc_readat.c index dc092b6..3284977 100644 --- a/src/libunixonacid/openc_readat.c +++ b/src/libunixonacid/openc_readat.c @@ -1,7 +1,6 @@ /* ISC license. */ -#include <fcntl.h> - +#include <skalibs/fcntl.h> #include <skalibs/unix-transactional.h> int openc_readat (int fd, char const *name) |