chiark / gitweb /
Make run_directory.c stat the place it is going to try to run.
[elogind.git] / klibc / include / sys / sysinfo.h
1 /*
2  * sys/sysinfo.h
3  */
4
5 #ifndef _SYS_SYSINFO_H
6 #define _SYS_SYSINFO_H
7
8 #include <linux/kernel.h>
9
10 extern int sysinfo (struct sysinfo *info);
11
12 #endif /* _SYS_SYSINFO_H */