summaryrefslogtreecommitdiff
path: root/src/libstddjb/openbc_read.c
blob: 4783780c275d81feb40f0760b4afe52fc56de008 (plain)
1
2
3
4
5
6
7
8
9
10
/* ISC license. */

#include <skalibs/nonposix.h>
#include <fcntl.h>
#include <skalibs/djbunix.h>

int openbc_read (char const *fn)
{
  return open2(fn, O_RDONLY | O_CLOEXEC) ;
}