fs: Move umask to task_info_s

and implement the related semantic correctly

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I0587341e2c505e41b5e24e55dba039ed200d65f2
This commit is contained in:
Xiang Xiao
2021-07-11 17:44:25 +08:00
committed by Alan Carvalho de Assis
parent 0148e1d501
commit a0f2f6c362
7 changed files with 36 additions and 16 deletions
+1
View File
@@ -166,6 +166,7 @@ int fchmod(int fd, mode_t mode);
int futimens(int fd, const struct timespec times[2]);
mode_t umask(mode_t mask);
mode_t getumask(void);
#undef EXTERN
#if defined(__cplusplus)