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

/* MT-unsafe */

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

int openwritenclose (char const *fn, char const *s, size_t len)
{
  return openwritenclose_tmp(fn, s, len, &satmp) ;
}