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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bsp/libwrap/sys/times.c b/bsp/libwrap/sys/times.c
index 26a9566..55969a7 100644
--- a/bsp/libwrap/sys/times.c
+++ b/bsp/libwrap/sys/times.c
@@ -3,8 +3,10 @@
#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);