summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_pselect.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_pselect.c')
-rw-r--r--lib/libpthread/thread/thr_pselect.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_pselect.c b/lib/libpthread/thread/thr_pselect.c
index ce7a530..a0e9410 100644
--- a/lib/libpthread/thread/thr_pselect.c
+++ b/lib/libpthread/thread/thr_pselect.c
@@ -40,6 +40,9 @@ __FBSDID("$FreeBSD$");
extern int __pselect(int count, fd_set *rfds, fd_set *wfds, fd_set *efds,
const struct timespec *timo, const sigset_t *mask);
+LT10_COMPAT_PRIVATE(_pselect);
+LT10_COMPAT_DEFAULT(pselect);
+
__weak_reference(_pselect, pselect);
int
OpenPOWER on IntegriCloud