aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/setcontext.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/setcontext.c')
-rw-r--r--lib/libc/sys/setcontext.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/sys/setcontext.c b/lib/libc/sys/setcontext.c
index 96b5dc115067..a750c4dfea30 100644
--- a/lib/libc/sys/setcontext.c
+++ b/lib/libc/sys/setcontext.c
@@ -33,7 +33,6 @@
#include <ucontext.h>
#include "libc_private.h"
-__weak_reference(__sys_setcontext, __setcontext);
__sym_compat(setcontext, __impl_setcontext, FBSD_1.0);
__weak_reference(setcontext, __impl_setcontext);
__sym_default(setcontext, setcontext, FBSD_1.2);