This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
hongwenjun
/
musl
同期ミラー
https://git.musl-libc.org/git/musl
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
copy-paste error in prctl.h
Rich Felker
13 年 前
親
7f5471529c
コミット
5a2e74ebd2
1 ファイル変更
、
1 行追加
、
1 行削除
分割表示
差分情報を表示
1
1
include/sys/prctl.h
+ 1
- 1
include/sys/prctl.h
ファイルの表示
@@ -58,7 +58,7 @@ extern "C" {
int prctl (int, ...);
#ifdef __cplusplus
-
extern "C" {
+
}
#endif
#endif