mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
include/nuttx/fs: add missing 'CODE'
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
Xiang Xiao
parent
816cb3cfaf
commit
7d1ac73eea
@@ -220,7 +220,7 @@ struct file_operations
|
|||||||
CODE int (*ioctl)(FAR struct file *filep, int cmd, unsigned long arg);
|
CODE int (*ioctl)(FAR struct file *filep, int cmd, unsigned long arg);
|
||||||
CODE int (*mmap)(FAR struct file *filep,
|
CODE int (*mmap)(FAR struct file *filep,
|
||||||
FAR struct mm_map_entry_s *map);
|
FAR struct mm_map_entry_s *map);
|
||||||
int (*truncate)(FAR struct file *filep, off_t length);
|
CODE int (*truncate)(FAR struct file *filep, off_t length);
|
||||||
|
|
||||||
/* The two structures need not be common after this point */
|
/* The two structures need not be common after this point */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user