nanosleep.c\time\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/time/nanosleep.c
blob: c8878b11c7184986d3053e4383cbd57e07e976bf (plain) (blame)
1
2
3
4
5
6
7
8
9
#include <unistd.h>
#include <time.h>
#include "syscall.h"
#include "libc.h"
int nanosleep(const struct timespec *req, struct timespec *rem)
{
	return syscall_cp(SYS_nanosleep, req, rem);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月23日 06:35:27 +0000

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