summaryrefslogtreecommitdiff
path: root/bsp/libwrap/sys/times.c
diff options
context:
space:
mode:
authorNathaniel Graff <nathaniel.graff@sifive.com>2019-03-07 09:27:31 -0800
committerNathaniel Graff <nathaniel.graff@sifive.com>2019-03-07 09:27:31 -0800
commitf695df295da82c8ef801906ad8b00b0e8afa7502 (patch)
treecb0a9be10abe32a014baf2fa7903b9070461a7ad /bsp/libwrap/sys/times.c
parent90ab2c8561eb532b382206c8bf3ec1af74f18257 (diff)
Remove legacy BSP
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
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);