summaryrefslogtreecommitdiff
path: root/userland/libc/include/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'userland/libc/include/syscall.h')
-rw-r--r--userland/libc/include/syscall.h2
1 files changed, 0 insertions, 2 deletions
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;