summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libc/inet/rpc/clnt_generic.c1
-rw-r--r--libc/sysdeps/linux/e1/vfork.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/libc/inet/rpc/clnt_generic.c b/libc/inet/rpc/clnt_generic.c
index fee12fd7d..cfd357f63 100644
--- a/libc/inet/rpc/clnt_generic.c
+++ b/libc/inet/rpc/clnt_generic.c
@@ -44,7 +44,6 @@
#include <string.h>
#include <rpc/rpc.h>
#include <sys/socket.h>
-#include <sys/errno.h>
#include <netdb.h>
#undef get_rpc_createerr
diff --git a/libc/sysdeps/linux/e1/vfork.c b/libc/sysdeps/linux/e1/vfork.c
index f7dfb10ba..ec9961d62 100644
--- a/libc/sysdeps/linux/e1/vfork.c
+++ b/libc/sysdeps/linux/e1/vfork.c
@@ -1,5 +1,5 @@
#include <sys/types.h>
#include <sys/syscall.h>
-#include <sys/errno.h>
+#include <errno.h>
_syscall0(pid_t, vfork);