mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Linux: Move timer_getoverrun from librt to libc
The symbol was moved using scripts/move-symbol-to-libc.py. The way the ABI intransition is implemented is changed with this commit: the implementation is now consolidated in one file with a TIMER_T_WAS_INT_COMPAT check. Reviewed-by: Adhemerva Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@ -52,6 +52,8 @@ extern __typeof (timer_create) __timer_create;
|
||||
libc_hidden_proto (__timer_create)
|
||||
extern __typeof (timer_delete) __timer_delete;
|
||||
libc_hidden_proto (__timer_delete)
|
||||
extern __typeof (timer_getoverrun) __timer_getoverrun;
|
||||
libc_hidden_proto (__timer_getoverrun)
|
||||
|
||||
/* Type of timers in the kernel. */
|
||||
typedef int kernel_timer_t;
|
||||
|
Reference in New Issue
Block a user