diff options
| author | Ian Moffett <ian@osmora.org> | 2025-11-15 21:50:39 -0500 |
|---|---|---|
| committer | Ian Moffett <ian@osmora.org> | 2025-11-15 21:50:39 -0500 |
| commit | ce778b660d77ed3d7eeeafe23833f89e70ed1efa (patch) | |
| tree | ad634acee14ccca73995dc4dde5111c00d080056 /sys | |
| parent | 4d595356b14d9011ac649fae4baf11df3b94c649 (diff) | |
sys: types: Add uintptr_t to sys/types.h
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/inc/sys/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
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_ */ |
