xref: /third_party/musl/src/stat/umask.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/musl/src/stat/
1570af302Sopenharmony_ci#include <sys/stat.h>
2570af302Sopenharmony_ci#include "syscall.h"
3570af302Sopenharmony_ci
4570af302Sopenharmony_cimode_t umask(mode_t mode)
5570af302Sopenharmony_ci{
6570af302Sopenharmony_ci	return syscall(SYS_umask, mode);
7570af302Sopenharmony_ci}
8

Indexes created Thu Nov 07 10:32:03 CST 2024