summaryrefslogtreecommitdiff
path: root/lib/libc/include/fcntl.h
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-03-28 01:15:51 -0400
committerIan Moffett <ian@osmora.org>2025-03-28 01:15:51 -0400
commitbb7b317966f1110d2dbd49cbf53e53832ab3821b (patch)
treebfc17ea76348550a84d529f1e9ff0e595cfec9e1 /lib/libc/include/fcntl.h
parent1ebf78d4bba1b50415677a25ea1e1a3a058a2b73 (diff)
sys: Make proper sys/types.h + add clang nostdincexpt
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'lib/libc/include/fcntl.h')
-rw-r--r--lib/libc/include/fcntl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/include/fcntl.h b/lib/libc/include/fcntl.h
index 8b439d2..5f5ed8a 100644
--- a/lib/libc/include/fcntl.h
+++ b/lib/libc/include/fcntl.h
@@ -30,9 +30,8 @@
#ifndef _FCNTL_H
#define _FCNTL_H
-#include <sys/types.h>
-#include <sys/fcntl.h>
#include <sys/cdefs.h>
+#include <sys/fcntl.h>
__BEGIN_DECLS