Browse Source

change __rt_sigprocmask to static inline

Peter S. Mazinger 19 years ago
parent
commit
643a91475b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/sysdeps/linux/common/sigprocmask.c

+ 1 - 0
libc/sysdeps/linux/common/sigprocmask.c

@@ -15,6 +15,7 @@
 #ifdef __NR_rt_sigprocmask
 
 #define __NR___rt_sigprocmask __NR_rt_sigprocmask
+static inline
 _syscall4(int, __rt_sigprocmask, int, how, const sigset_t *, set,
 		  sigset_t *, oldset, size_t, size);