aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorStefan Farfeleder <stefanf@FreeBSD.org>2004-07-04 16:11:03 +0000
committerStefan Farfeleder <stefanf@FreeBSD.org>2004-07-04 16:11:03 +0000
commit5908d366fb365362004d549066a6225f0c46d3e6 (patch)
tree0e3fe3a61275cb24fb693e8710ebc6420adf5306 /libexec
parent1877e5a42f58324dc404b071a6e1b456a8fc9f53 (diff)
downloadsrc-5908d366fb365362004d549066a6225f0c46d3e6.tar.gz
src-5908d366fb365362004d549066a6225f0c46d3e6.zip
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-elf/rtld_lock.c4
1 files changed, 2 insertions, 2 deletions
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);