aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstddjb/open_readbcoe.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstddjb/open_readbcoe.c')
-rw-r--r--src/libstddjb/open_readbcoe.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/libstddjb/open_readbcoe.c b/src/libstddjb/open_readbcoe.c
deleted file mode 100644
index d461854..0000000
--- a/src/libstddjb/open_readbcoe.c
+++ /dev/null
@@ -1,15 +0,0 @@
-/* ISC license. */
-
-#include <skalibs/djbunix.h>
-
-int open_readbcoe (char const *fn)
-{
- int fd = open_readbcoe(fn) ;
- if (fd < 0) return -1 ;
- if (ndelay_off(fd) < 0)
- {
- fd_close(fd) ;
- return -1 ;
- }
- return fd ;
-}