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/openwritevnclose_unsafe.c | |
parent | 9806a4f3bb81f71c46735a2b378cb074fef6e27b (diff) | |
download | skalibs-ad90bc1107ef9a76f4ca530cc41e86d4f352e3d9.tar.xz |
Change new function names to openc_*; update deps.mak
Diffstat (limited to 'src/libstddjb/openwritevnclose_unsafe.c')
-rw-r--r-- | src/libstddjb/openwritevnclose_unsafe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstddjb/openwritevnclose_unsafe.c b/src/libstddjb/openwritevnclose_unsafe.c index d707fb0..ca98f1c 100644 --- a/src/libstddjb/openwritevnclose_unsafe.c +++ b/src/libstddjb/openwritevnclose_unsafe.c @@ -8,7 +8,7 @@ int openwritevnclose_unsafe_internal (char const *fn, struct iovec const *v, unsigned int vlen, dev_t *dev, ino_t *ino, int dosync) { - int fd = open_trunccoe(fn) ; + int fd = openc_trunc(fn) ; if (fd < 0) return 0 ; if (!writevnclose_unsafe_internal(fd, v, vlen, dev, ino, dosync)) { |