diff options
Diffstat (limited to 'ldso/ldso/syscall.h')
-rw-r--r-- | ldso/ldso/syscall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/syscall.h b/ldso/ldso/syscall.h index ebc8739ea..28c002cbf 100644 --- a/ldso/ldso/syscall.h +++ b/ldso/ldso/syscall.h @@ -99,7 +99,7 @@ static inline _syscall0(gid_t, _dl_getegid); * Not an actual syscall, but we need something in assembly to say whether * this is OK or not. */ -extern inline int _dl_suid_ok(void) +static inline int _dl_suid_ok(void) { uid_t uid, euid, gid, egid; |