diff options
Diffstat (limited to 'lib/libc/fcntl/fcntl.c')
| -rw-r--r-- | lib/libc/fcntl/fcntl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/fcntl/fcntl.c b/lib/libc/fcntl/fcntl.c index b3ca012f..ca1f682d 100644 --- a/lib/libc/fcntl/fcntl.c +++ b/lib/libc/fcntl/fcntl.c @@ -1,4 +1,4 @@ -#include "errno.h" // for EINVAL +#include "errno.h" // for EINVAL #include <fcntl.h> // for F_DUPFD_CLOEXEC, FD_CLOEXEC, F_SETFD, F_D... #include <stdarg.h> // for va_arg, va_end, va_list, va_start |
