diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-26 12:52:31 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-10-26 12:52:31 +0000 |
commit | ad90bc1107ef9a76f4ca530cc41e86d4f352e3d9 (patch) | |
tree | 7a949f8a814a6a9624e6bb0246ec1db4c3dd30b7 /src/libstddjb/open_exclcoe.c | |
parent | 9806a4f3bb81f71c46735a2b378cb074fef6e27b (diff) | |
download | skalibs-ad90bc1107ef9a76f4ca530cc41e86d4f352e3d9.tar.xz |
Change new function names to openc_*; update deps.mak
Diffstat (limited to 'src/libstddjb/open_exclcoe.c')
-rw-r--r-- | src/libstddjb/open_exclcoe.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/libstddjb/open_exclcoe.c b/src/libstddjb/open_exclcoe.c deleted file mode 100644 index b24786c..0000000 --- a/src/libstddjb/open_exclcoe.c +++ /dev/null @@ -1,10 +0,0 @@ -/* ISC license. */ - -#include <skalibs/nonposix.h> -#include <fcntl.h> -#include <skalibs/djbunix.h> - -int open_exclcoe (char const *fn) -{ - return open3(fn, O_WRONLY | O_CREAT | O_EXCL | O_NONBLOCK | O_CLOEXEC, 0666) ; -} |