diff options
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/timer_getoverr.c')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/timer_getoverr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/timer_getoverr.c b/nptl/sysdeps/unix/sysv/linux/timer_getoverr.c index 32fbfbd01f..fdbdaa7c86 100644 --- a/nptl/sysdeps/unix/sysv/linux/timer_getoverr.c +++ b/nptl/sysdeps/unix/sysv/linux/timer_getoverr.c @@ -26,6 +26,7 @@ #ifdef __NR_timer_getoverrun # ifndef __ASSUME_POSIX_TIMERS +static int compat_timer_getoverrun (timer_t timerid); # define timer_getoverrun static compat_timer_getoverrun # include <nptl/sysdeps/pthread/timer_getoverr.c> # undef timer_getoverrun |