summaryrefslogtreecommitdiff
path: root/bsp/libwrap/sys/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/libwrap/sys/stat.c')
-rw-r--r--bsp/libwrap/sys/stat.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/bsp/libwrap/sys/stat.c b/bsp/libwrap/sys/stat.c
deleted file mode 100644
index 1576ca1..0000000
--- a/bsp/libwrap/sys/stat.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/* See LICENSE of license details. */
-
-#include <errno.h>
-#include <sys/stat.h>
-#include "stub.h"
-#include "weak_under_alias.h"
-
-int __wrap_stat(const char* file, struct stat* st)
-{
- return _stub(EACCES);
-}
-weak_under_alias(stat);