openc_writeat.c (202B)
1 /* ISC license. */ 2 3 #include <skalibs/fcntl.h> 4 #include <skalibs/unix-transactional.h> 5 6 int openc_writeat (int fd, char const *name) 7 { 8 return open2_at(fd, name, O_WRONLY | O_NONBLOCK | O_CLOEXEC) ; 9 }
skalibsMirror/fork of https://skarnet.org/software/skalibs/ | |
git clone https://ccx.te2000.cz/git/skalibs | |
Log | Files | Refs | README | LICENSE |