From b5cd18739a64c8d923a55b61c89ae3900faafd84 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 21:17:12 +0100 Subject: Fix include paths and formatting inconsistencies --- lib/libc/unistd/getresgid.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/libc/unistd/getresgid.c') diff --git a/lib/libc/unistd/getresgid.c b/lib/libc/unistd/getresgid.c index ccdbabaa..60c818cc 100644 --- a/lib/libc/unistd/getresgid.c +++ b/lib/libc/unistd/getresgid.c @@ -1,5 +1,7 @@ -#include -#include +#include "asm/unistd_64.h" // for __NR_getresgid + +#include // for __syscall_3, syscall +#include // for gid_t, getresgid int getresgid(gid_t *restrict rgid, gid_t *restrict egid, gid_t *restrict sgid) { -- cgit v1.2.3