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