• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

コミットメタ情報

リビジョンe029f68bffea72f64ca87d87dcd488269fb25240 (tree)
日時2000-05-17 07:54:19
作者Erik Andersen <andersen@code...>
コミッターErik Andersen

ログメッセージ

Add sysinfo support.

-Erik

変更サマリ

差分

--- /dev/null
+++ b/include/sys/sysinfo.h
@@ -0,0 +1,15 @@
1+#ifndef _SYS_SYSINFO_H
2+#define _SYS_SYSINFO_H
3+
4+#include <features.h>
5+
6+#include <linux/kernel.h>
7+
8+__BEGIN_DECLS
9+
10+extern int sysinfo __P((struct sysinfo *__info));
11+extern int __sysinfo __P((struct sysinfo *__info));
12+
13+__END_DECLS
14+
15+#endif