mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 04:18:39 +08:00
34d5b60017
The previous commit introduced the use of CLONE_NEWTIME without including
<sched.h> which contains its definition.
Add an explicit include of <sched.h> to ensure that CLONE_NEWTIME
is correctly defined before it is used.
Fixes:
|
||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
parse_vdso.c | ||
parse_vdso.h | ||
vdso_call.h | ||
vdso_config.h | ||
vdso_standalone_test_x86.c | ||
vdso_test_abi.c | ||
vdso_test_chacha.c | ||
vdso_test_clock_getres.c | ||
vdso_test_correctness.c | ||
vdso_test_getcpu.c | ||
vdso_test_getrandom.c | ||
vdso_test_gettimeofday.c | ||
vgetrandom-chacha.S |