mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
471a1672d4
In order for the __kernel_get_tbfreq vDSO call to work the INTERNAL_VSYSCALL_NCS macro needed to be updated to prevent it from assuming an integer return type (since the timebase frequency is a 64-bit value) by specifying the type of the return type as a macro parameter. The macro then specifically declares the return value as a 'register' (or implied pair) of the denoted type. The compiler is then informed that this register (or implied pair) is to be used for the return value. |
||
---|---|---|
.. | ||
linux |