This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
hongwenjun
/
musl
mirror of
https://git.musl-libc.org/git/musl
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
add <syscall.h> as an alias for <sys/syscall.h>
apparently some broken stuff (libstdc++) needs this.
Rich Felker
13 năm trước cách đây
mục cha
95b930ad26
commit
4ce6766a32
1 tập tin đã thay đổi
với
1 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
1
0
include/syscall.h
+ 1
- 0
include/syscall.h
Xem Tập Tin
@@ -0,0 +1 @@
+#include <sys/syscall.h>