From f3c7d7fbdea1f2bac81909116ddb747a1f8abdf5 Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Wed, 22 Nov 2023 00:47:55 +0100 Subject: Meta: Cleanup of header files such that they are partially shared The /include directory contains definitons that both the kernel and libc need to be in sync. --- userland/libc/include/syscall.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'userland/libc/include/syscall.h') diff --git a/userland/libc/include/syscall.h b/userland/libc/include/syscall.h index 135c669..c09eafb 100644 --- a/userland/libc/include/syscall.h +++ b/userland/libc/include/syscall.h @@ -55,8 +55,6 @@ extern int errno; return c; \ } -typedef int mode_t; - typedef struct SYS_OPEN_PARAMS { const char *file; int flags; -- cgit v1.2.3