summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_accept.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_accept.c')
-rw-r--r--lib/libpthread/thread/thr_accept.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_accept.c b/lib/libpthread/thread/thr_accept.c
index 0131bc8..fc60fb4 100644
--- a/lib/libpthread/thread/thr_accept.c
+++ b/lib/libpthread/thread/thr_accept.c
@@ -32,6 +32,9 @@ __FBSDID("$FreeBSD$");
#include <pthread.h>
#include "thr_private.h"
+LT10_COMPAT_PRIVATE(__accept);
+LT10_COMPAT_DEFAULT(accept);
+
__weak_reference(__accept, accept);
int
OpenPOWER on IntegriCloud