mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
syscalls: umask returns a mode_t
Reviewed by: kib
This commit is contained in:
parent
27f5b514a0
commit
4b2e1f1480
1 changed files with 1 additions and 1 deletions
|
|
@ -430,7 +430,7 @@
|
|||
);
|
||||
}
|
||||
60 AUE_UMASK STD|CAPENABLED {
|
||||
int umask(
|
||||
mode_t umask(
|
||||
mode_t newmask
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue