From 83197ba1fb19f3877d0f458a616f08c2fc38dbbf Mon Sep 17 00:00:00 2001 From: Leon Timmermans Date: Mon, 2 Oct 2023 20:08:29 +0200 Subject: [PATCH] Make *id_t types in POSIX integer types --- ext/POSIX/typemap | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ext/POSIX/typemap b/ext/POSIX/typemap index 0497e1facf..11c3872401 100644 --- a/ext/POSIX/typemap +++ b/ext/POSIX/typemap @@ -1,8 +1,8 @@ -Mode_t T_NV -pid_t T_NV -Uid_t T_NV -Time_t T_NV -Gid_t T_NV +Mode_t T_IV +pid_t T_IV +Uid_t T_UV +Time_t T_IV +Gid_t T_UV Off_t T_NV speed_t T_IV tcflag_t T_IV