mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
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:
committed by
Alan Carvalho de Assis
parent
0148e1d501
commit
a0f2f6c362
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user