summaryrefslogtreecommitdiff
path: root/bsp/libwrap/sys/puts.c
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/libwrap/sys/puts.c')
-rw-r--r--bsp/libwrap/sys/puts.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bsp/libwrap/sys/puts.c b/bsp/libwrap/sys/puts.c
index f77f1a3..50d6437 100644
--- a/bsp/libwrap/sys/puts.c
+++ b/bsp/libwrap/sys/puts.c
@@ -7,6 +7,7 @@
#include "platform.h"
#include "stub.h"
+#include "weak_under_alias.h"
int __wrap_puts(const char *s)
{
@@ -24,3 +25,4 @@ int __wrap_puts(const char *s)
return 0;
}
+weak_under_alias(puts);