This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
hongwenjun
/
musl
同期ミラー
https://git.musl-libc.org/git/musl
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
add <syscall.h> as an alias for <sys/syscall.h>
apparently some broken stuff (libstdc++) needs this.
Rich Felker
13 年 前
親
95b930ad26
コミット
4ce6766a32
1 ファイル変更
、
1 行追加
、
0 行削除
分割表示
差分情報を表示
1
0
include/syscall.h
+ 1
- 0
include/syscall.h
ファイルの表示
@@ -0,0 +1 @@
+#include <sys/syscall.h>