summaryrefslogtreecommitdiff
path: root/src/libunixonacid/openwritenclose_at.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libunixonacid/openwritenclose_at.c')
-rw-r--r--src/libunixonacid/openwritenclose_at.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libunixonacid/openwritenclose_at.c b/src/libunixonacid/openwritenclose_at.c
index 015c0c8..c901952 100644
--- a/src/libunixonacid/openwritenclose_at.c
+++ b/src/libunixonacid/openwritenclose_at.c
@@ -1,6 +1,7 @@
/* ISC license. */
#include <unistd.h>
+
#include <skalibs/allreadwrite.h>
#include <skalibs/djbunix.h>
#include <skalibs/unix-transactional.h>
@@ -8,7 +9,7 @@
size_t openwritenclose_at (int dirfd, char const *file, char const *s, size_t n)
{
size_t r ;
- int fd = open_truncatb(dirfd, file) ;
+ int fd = openc_truncatb(dirfd, file) ;
if (fd < 0) return 0 ;
r = allwrite(fd, s, n) ;
if (r >= n) fsync(fd) ;