blob: db86476d0f263b832e3ecaf6b28adb222cf64d13 [file] [log] [blame]
#include <sys/sysinfo.h>
#include "syscall.h"
int __lsysinfo(struct sysinfo *info)
{
return syscall(SYS_sysinfo, info);
}
weak_alias(__lsysinfo, sysinfo);