summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_fcntl.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thr_fcntl.c')
-rw-r--r--lib/libpthread/thread/thr_fcntl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_fcntl.c b/lib/libpthread/thread/thr_fcntl.c
index 947bc11..d59dfd7 100644
--- a/lib/libpthread/thread/thr_fcntl.c
+++ b/lib/libpthread/thread/thr_fcntl.c
@@ -38,6 +38,9 @@
#include <pthread.h>
#include "thr_private.h"
+LT10_COMPAT_PRIVATE(__fcntl);
+LT10_COMPAT_DEFAULT(fcntl);
+
__weak_reference(__fcntl, fcntl);
int
OpenPOWER on IntegriCloud