getitimer.c\signal\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/signal/getitimer.c
blob: 8a8046a76b5c6511b8b8a81614622a39dd6ced97 (plain) (blame)
1
2
3
4
5
6
7
#include <sys/time.h>
#include "syscall.h"
int getitimer(int which, struct itimerval *old)
{
	return syscall(SYS_getitimer, which, old);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月26日 22:30:13 +0000

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