From af2f9184e03015dc3b188ea437bbf496638000ce Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sat, 11 Sep 2021 18:04:57 +0200 Subject: replace `user_ptr` with a linux-style `__user` annotation --- src/init/types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/init/types.h') diff --git a/src/init/types.h b/src/init/types.h index 2c56484..9c6d64b 100644 --- a/src/init/types.h +++ b/src/init/types.h @@ -1,4 +1,5 @@ #pragma once #define TYPES_INCLUDED -typedef char* user_ptr; + +#define __user -- cgit v1.2.3