overhaul internally-public declarations using wrapper headers
[musl] / src / include / sys / sysinfo.h
1 #ifndef SYS_SYSINFO_H
2 #define SYS_SYSINFO_H
3
4 #include "../../../include/sys/sysinfo.h"
5
6 int __lsysinfo(struct sysinfo *);
7
8 #endif