diff options
Diffstat (limited to 'librt/timer_getoverr.c')
-rw-r--r-- | librt/timer_getoverr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librt/timer_getoverr.c b/librt/timer_getoverr.c index 71006eecd..0e8551684 100644 --- a/librt/timer_getoverr.c +++ b/librt/timer_getoverr.c @@ -11,7 +11,7 @@ #ifdef __NR_timer_getoverrun #define __NR___syscall_timer_getoverrun __NR_timer_getoverrun -static inline _syscall1(int, __syscall_timer_getoverrun, kernel_timer_t, +static __inline__ _syscall1(int, __syscall_timer_getoverrun, kernel_timer_t, ktimerid); /* Get the timer overrun count */ |