mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-20 01:33:37 -04:00
Add a vdso to speed up gettimeofday and clock_getres/clock_gettime for CLOCK_REALTIME/CLOCK_MONOTONIC. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
6 lines
91 B
C
6 lines
91 B
C
#ifndef __ASMS390_AUXVEC_H
|
|
#define __ASMS390_AUXVEC_H
|
|
|
|
#define AT_SYSINFO_EHDR 33
|
|
|
|
#endif
|