diff options
Diffstat (limited to 'lib/libpthread/thread/thr_fsync.c')
-rw-r--r-- | lib/libpthread/thread/thr_fsync.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_fsync.c b/lib/libpthread/thread/thr_fsync.c index 15fe31a..fc6360a 100644 --- a/lib/libpthread/thread/thr_fsync.c +++ b/lib/libpthread/thread/thr_fsync.c @@ -35,6 +35,9 @@ #include <pthread.h> #include "thr_private.h" +LT10_COMPAT_PRIVATE(__fsync); +LT10_COMPAT_DEFAULT(fsync); + __weak_reference(__fsync, fsync); int |