From 147041d26029fabdb35b596a1d3bcbb40c3de975 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 25 Feb 2009 11:06:29 +0000 Subject: Reinstate __libc_foo's needed for linuxthreads.old. Now they are only enabled if linuxthreads.old are selected. --- libc/sysdeps/linux/common/msync.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libc/sysdeps/linux/common/msync.c') diff --git a/libc/sysdeps/linux/common/msync.c b/libc/sysdeps/linux/common/msync.c index a0b47f913..7a46f0c32 100644 --- a/libc/sysdeps/linux/common/msync.c +++ b/libc/sysdeps/linux/common/msync.c @@ -14,6 +14,11 @@ #include +#ifdef __LINUXTHREADS_OLD__ +extern __typeof(msync) weak_function msync; +strong_alias(msync,__libc_msync) +#endif + _syscall3(int, msync, void *, addr, size_t, length, int, flags) #endif -- cgit v1.2.3