mirror of
https://github.com/apache/nuttx.git
synced 2026-05-09 23:12:17 +08:00
syscall: fcntl param3 type to uintptr_t
Fixing incorrect 32->64bit pointer conversion Signed-off-by: Jari Nippula <jari.nippula@tii.ae>
This commit is contained in:
committed by
Alan C. Assis
parent
e7fd9b1d49
commit
d167819d5b
+1
-1
@@ -31,7 +31,7 @@
|
||||
"execve","unistd.h","!defined(CONFIG_BINFMT_DISABLE) && defined(CONFIG_LIBC_EXECFUNCS)","int","FAR const char *","FAR char * const []|FAR char * const *","FAR char * const []|FAR char * const *"
|
||||
"fchmod","sys/stat.h","","int","int","mode_t"
|
||||
"fchown","unistd.h","","int","int","uid_t","gid_t"
|
||||
"fcntl","fcntl.h","","int","int","int","...","int"
|
||||
"fcntl","fcntl.h","","int","int","int","...","uintptr_t"
|
||||
"fstat","sys/stat.h","","int","int","FAR struct stat *"
|
||||
"fstatfs","sys/statfs.h","","int","int","FAR struct statfs *"
|
||||
"fsync","unistd.h","","int","int"
|
||||
|
||||
|
Reference in New Issue
Block a user