diff options
Diffstat (limited to 'lib/libpthread/thread/thr_msync.c')
-rw-r--r-- | lib/libpthread/thread/thr_msync.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_msync.c b/lib/libpthread/thread/thr_msync.c index c2e3433..66e88c5 100644 --- a/lib/libpthread/thread/thr_msync.c +++ b/lib/libpthread/thread/thr_msync.c @@ -11,6 +11,9 @@ #include <pthread.h> #include "thr_private.h" +LT10_COMPAT_PRIVATE(__msync); +LT10_COMPAT_DEFAULT(msync); + __weak_reference(__msync, msync); int |