From ce778b660d77ed3d7eeeafe23833f89e70ed1efa Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sat, 15 Nov 2025 21:50:39 -0500 Subject: sys: types: Add uintptr_t to sys/types.h Signed-off-by: Ian Moffett --- sys/inc/sys/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/inc') diff --git a/sys/inc/sys/types.h b/sys/inc/sys/types.h index 79873b6..7c95846 100644 --- a/sys/inc/sys/types.h +++ b/sys/inc/sys/types.h @@ -51,5 +51,6 @@ typedef long long int64_t; typedef uint64_t size_t; typedef int64_t ssize_t; typedef size_t off_t; +typedef size_t uintptr_t; #endif /* !_SYS_TYPES_H_ */ -- cgit v1.2.3