mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00: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:
parent
e7fd9b1d49
commit
d167819d5b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
Can't render this file because it has a wrong number of fields in line 2.
|
Loading…
Add table
Add a link
Reference in a new issue