getrusage.c\misc\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/misc/getrusage.c
blob: a5cbd757dbf3a5f8cd7682adf289e44206d42fd7 (plain) (blame)
1
2
3
4
5
6
7
8
#include <sys/resource.h>
#include <string.h>
#include "syscall.h"
int getrusage(int who, struct rusage *ru)
{
	return syscall(SYS_getrusage, who, ru);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月26日 07:37:50 +0000

AltStyle によって変換されたページ (->オリジナル) /