From a61b9d1c9ee85ec08ff3b8a61e80dc33e71f3472 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Sat, 24 Feb 2024 00:59:40 +0000 Subject: cleanup --- api/posix/sys/types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'api/posix/sys') diff --git a/api/posix/sys/types.h b/api/posix/sys/types.h index 2be0ef8..81a5f13 100644 --- a/api/posix/sys/types.h +++ b/api/posix/sys/types.h @@ -4,4 +4,5 @@ typedef int64_t ssize_t; typedef int64_t off_t; +typedef int mode_t; -- cgit v1.3.1-1-g115d