summaryrefslogtreecommitdiff
path: root/src/libunixonacid/openwritenclose_tmp.c
blob: a8cb78f3dd5b211d999e6de0a1be2ccd0f1155db (plain)
1
2
3
4
5
6
7
8
9
10
11
/* ISC license. */

#include <sys/types.h>
#include <skalibs/unix-transactional.h>

int openwritenclose_tmp (char const *fn, char const *s, size_t len, stralloc *tmp)
{
  dev_t dev ;
  ino_t ino ;
  return openwritenclose_devino_tmp(fn, s, len, &dev, &ino, tmp) ;
}