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/open_truncat.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/open_truncat.c')
-rw-r--r-- | src/libunixonacid/open_truncat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libunixonacid/open_truncat.c b/src/libunixonacid/open_truncat.c index ce4f132..d7c61bf 100644 --- a/src/libunixonacid/open_truncat.c +++ b/src/libunixonacid/open_truncat.c @@ -1,6 +1,6 @@ /* ISC license. */ -#include <fcntl.h> +#include <skalibs/fcntl.h> #include <skalibs/unix-transactional.h> int open_truncat (int fd, char const *name) |