mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
ANDROID: abi .xml update
.xml file was not regenerated with the LTO=full option, so fix that up.
function symbol changed from 'struct __kernel_old_timeval ns_to_kernel_old_timeval(s64)' to 'struct __kernel_old_timeval ns_to_kernel_old_timeval(const s64)'
type changed from 'struct __kernel_old_timeval(s64)' to 'struct __kernel_old_timeval(const s64)'
parameter 1 (now 'nsec') type changed from 's64' = '__s64' = 'long long int' to 'const s64'
qualifier const added
Bug: 161946584
Change-Id: I41660000208bd9b9bffae42d6a7964ad6a5c2faa
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in: