Merge pull request #243 from MatthewWertman/vpatch-5.17

fix compilation for linux kernel 5.17
This commit is contained in:
Ole Petter Bang 2022-05-11 20:31:08 +02:00 committed by GitHub
commit 212c0b328e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -146,7 +146,7 @@
typedef int thread_return;
typedef void* thread_context;
#define thread_exit() complete_and_exit(NULL, 0)
#define thread_exit() kthread_complete_and_exit(NULL, 0)
typedef void timer_hdl_return;
typedef void* timer_hdl_context;