summaryrefslogtreecommitdiffstats
path: root/lib/libkse/thread/thr_msync.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libkse/thread/thr_msync.c')
-rw-r--r--lib/libkse/thread/thr_msync.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libkse/thread/thr_msync.c b/lib/libkse/thread/thr_msync.c
index f51a6a3..8bb0017 100644
--- a/lib/libkse/thread/thr_msync.c
+++ b/lib/libkse/thread/thr_msync.c
@@ -13,9 +13,6 @@
#include "un-namespace.h"
#include "thr_private.h"
-LT10_COMPAT_PRIVATE(__msync);
-LT10_COMPAT_DEFAULT(msync);
-
int __msync(void *addr, size_t len, int flags);
__weak_reference(__msync, msync);
OpenPOWER on IntegriCloud