mirror of
https://github.com/fluencelabs/musl
synced 2025-06-17 00:41:45 +00:00
initial check-in, version 0.5.0
This commit is contained in:
9
src/linux/sysinfo.c
Normal file
9
src/linux/sysinfo.c
Normal file
@ -0,0 +1,9 @@
|
||||
#define SYSCALL_STANDALONE
|
||||
#include "syscall.h"
|
||||
|
||||
struct sysinfo;
|
||||
|
||||
int sysinfo(struct sysinfo *info)
|
||||
{
|
||||
return syscall1(__NR_sysinfo, (long)info);
|
||||
}
|
Reference in New Issue
Block a user