aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/ppoll.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/ppoll.c')
-rw-r--r--lib/libc/sys/ppoll.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/sys/ppoll.c b/lib/libc/sys/ppoll.c
index 72c0b5d5e421..5ffc35a8cbb0 100644
--- a/lib/libc/sys/ppoll.c
+++ b/lib/libc/sys/ppoll.c
@@ -34,8 +34,6 @@
#include <ssp/ssp.h>
#include "libc_private.h"
-__weak_reference(__sys_ppoll, __ppoll);
-
int __weak_symbol
__ssp_real(ppoll)(struct pollfd pfd[], nfds_t nfds,
const struct timespec *__restrict timeout,