summaryrefslogtreecommitdiff
path: root/src/libstddjb/openb_readcoe.c
blob: 933830eb441c556aede245acb902532b1d68a63c (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 openb_readcoe (char const *fn)
{
  return open2(fn, O_RDONLY | O_CLOEXEC) ;
}