Skip to content

Commit

Permalink
Do not import sys/sendfile.h
Browse files Browse the repository at this point in the history
It now causes an error because emsdk removed it.

Signed-off-by: Yuki Okushi <jtitor@2k36.org>
  • Loading branch information
JohnTitor committed Sep 27, 2022
1 parent af1ef82 commit 8de7fad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libc-test/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2406,7 +2406,6 @@ fn test_emscripten(target: &str) {
"sys/reboot.h",
"sys/resource.h",
"sys/sem.h",
"sys/sendfile.h",
"sys/shm.h",
"sys/signalfd.h",
"sys/socket.h",
Expand Down

0 comments on commit 8de7fad

Please sign in to comment.