syscalls: umask returns a mode_t

Reviewed by:	kib
This commit is contained in:
Brooks Davis 2021-11-22 22:36:54 +00:00
parent 27f5b514a0
commit 4b2e1f1480

View file

@ -430,7 +430,7 @@
);
}
60 AUE_UMASK STD|CAPENABLED {
int umask(
mode_t umask(
mode_t newmask
);
}