From 5908d366fb365362004d549066a6225f0c46d3e6 Mon Sep 17 00:00:00 2001 From: Stefan Farfeleder Date: Sun, 4 Jul 2004 16:11:03 +0000 Subject: Consistently use __inline instead of __inline__ as the former is an empty macro in for compilers without support for inline. --- libexec/rtld-elf/rtld_lock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libexec/rtld-elf') diff --git a/libexec/rtld-elf/rtld_lock.c b/libexec/rtld-elf/rtld_lock.c index bdee69041b2e..77b16f602a1f 100644 --- a/libexec/rtld-elf/rtld_lock.c +++ b/libexec/rtld-elf/rtld_lock.c @@ -169,13 +169,13 @@ def_thread_clr_flag(int mask) static struct RtldLockInfo lockinfo; static struct RtldLockInfo deflockinfo; -static __inline__ int +static __inline int thread_mask_set(int mask) { return lockinfo.thread_set_flag(mask); } -static __inline__ void +static __inline void thread_mask_clear(int mask) { lockinfo.thread_clr_flag(mask); -- cgit v1.3