mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
libc: Implement umask function
Here is the spec: https://pubs.opengroup.org/onlinepubs/009695399/functions/umask.html Note: The simple implementaton is enough since NuttX doesn't really support the permission Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
# Add the internal C files to the build
|
||||
|
||||
CSRCS += lib_stream.c lib_utsname.c
|
||||
CSRCS += lib_stream.c lib_umask.c lib_utsname.c
|
||||
CSRCS += lib_xorshift128.c lib_tea_encrypt.c lib_tea_decrypt.c
|
||||
|
||||
ifneq ($(CONFIG_STDIO_DISABLE_BUFFERING),y)
|
||||
|
||||
Reference in New Issue
Block a user