summaryrefslogtreecommitdiff
path: root/lib/libc/fcntl/open.c
diff options
context:
space:
mode:
authorKacper <kacper@mail.openlinux.dev>2025-12-14 18:10:13 +0100
committerKacper <kacper@mail.openlinux.dev>2025-12-14 19:28:34 +0100
commit872cf03f26c2801ae6c3008ce5fa0d7856f5f85d (patch)
tree94809812b71ee286eb5b74c70e4d08fc4c8dc057 /lib/libc/fcntl/open.c
parentec769a83bde09c76bd6ad9ee7f391036dba5cd97 (diff)
libc: implement err/warn functions
Diffstat (limited to 'lib/libc/fcntl/open.c')
-rw-r--r--lib/libc/fcntl/open.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/fcntl/open.c b/lib/libc/fcntl/open.c
index ab59e3c7..3e19aaf2 100644
--- a/lib/libc/fcntl/open.c
+++ b/lib/libc/fcntl/open.c
@@ -1,6 +1,5 @@
-
#include <fcntl.h> // for FD_CLOEXEC, F_SETFD, O_CLOEXEC, O_CREAT
#include <stdarg.h> // for va_arg, va_end, va_list, va_start
#include <sys/types.h> // for mode_t