umask.c\stat\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/stat/umask.c
blob: 5ee913e2d08846af8fdad4a1308d772bf145d1df (plain) (blame)
1
2
3
4
5
6
7
#include <sys/stat.h>
#include "syscall.h"
mode_t umask(mode_t mode)
{
	return syscall(SYS_umask, mode);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月09日 23:19:10 +0000

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