mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:08:10 +00:00
Add umask().
This commit is contained in:
parent
77fe8e8363
commit
b2d23f83ab
6 changed files with 23 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
#pragma once
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
mode_t umask(mode_t);
|
||||
|
||||
__END_DECLS
|
Loading…
Add table
Add a link
Reference in a new issue