summaryrefslogtreecommitdiff
path: root/lib/libc/select
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/select')
-rw-r--r--lib/libc/select/pselect.c1
-rw-r--r--lib/libc/select/select.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/select/pselect.c b/lib/libc/select/pselect.c
index 0f434533..7ac84ad5 100644
--- a/lib/libc/select/pselect.c
+++ b/lib/libc/select/pselect.c
@@ -1,6 +1,5 @@
-
#include <stdint.h> // for uintptr_t
#include <sys/select.h> // for fd_set, pselect, sigset_t
#include <syscall.h> // for __syscall_6, syscall, syscall_arg_t
diff --git a/lib/libc/select/select.c b/lib/libc/select/select.c
index 786724a8..9a0480c9 100644
--- a/lib/libc/select/select.c
+++ b/lib/libc/select/select.c
@@ -1,7 +1,6 @@
#define __BITS_SELECT_H_
#include "bits/select.h" // for fd_set, timeval (ptr only)
-
#include <sys/select.h> // for select
#include <syscall.h> // for __syscall_6, syscall, syscall_arg_t