mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Initial implementation of aio_write()
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@
|
||||
/* Unsupported, but required open flags */
|
||||
|
||||
#define O_RSYNC 0 /* Synchronize input on read */
|
||||
#define O_ACCMODE 0 /* Required by POSIX */
|
||||
#define O_ACCMODE O_RDWR /* Mask for access mode */
|
||||
#define O_NOCTTY 0 /* Required by POSIX */
|
||||
#define O_TEXT 0 /* Open the file in text (translated) mode. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user