We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283ef45 commit 356e67aCopy full SHA for 356e67a
newlib/libc/sys/hermit/forward-in.c
@@ -1,11 +1,11 @@
1
#include <dirent.h>
2
+#include <fcntl.h>
3
#include <poll.h>
4
#include <sys/mman.h>
5
#include <sys/socket.h>
6
#include <sys/stat.h>
7
#include <sys/time.h>
8
#include <sys/uio.h>
-#include <fcntl.h>
9
#include <time.h>
10
#include <unistd.h>
11
newlib/libc/sys/hermit/forward.c
@@ -1,13 +1,13 @@
//! Generated by `./gen.rs forward < in.c > out.c`
12
13
0 commit comments