Explorar el Código

Add sysinfo support.
-Erik

Erik Andersen hace 25 años
padre
commit
e029f68bff
Se han modificado 1 ficheros con 15 adiciones y 0 borrados
  1. 15 0
      include/sys/sysinfo.h

+ 15 - 0
include/sys/sysinfo.h

@@ -0,0 +1,15 @@
+#ifndef _SYS_SYSINFO_H
+#define _SYS_SYSINFO_H
+
+#include <features.h>
+
+#include <linux/kernel.h>
+
+__BEGIN_DECLS
+
+extern int sysinfo __P((struct sysinfo *__info));
+extern int __sysinfo __P((struct sysinfo *__info));
+
+__END_DECLS
+
+#endif