summaryrefslogtreecommitdiff
path: root/bsp/libwrap/sys/times.c
diff options
context:
space:
mode:
authorDrew Barbier <dbarbi1@gmail.com>2018-01-02 22:00:59 -0600
committerDrew Barbier <dbarbi1@gmail.com>2018-01-02 22:00:59 -0600
commitd81708080c6fedaa44f734d6d160711b545347ec (patch)
tree0eb749aa6b6535d470de85e09e1a9c44d846fc5b /bsp/libwrap/sys/times.c
parentdceeead112238a6f3e8475160155cc7b9d2a9265 (diff)
parent86b06dccf1f09d5e7ac88acfb4d261062fc4a0aa (diff)
Merge commit '86b06dccf1f09d5e7ac88acfb4d261062fc4a0aa' into fs3
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);