mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Add gmtime and localtime
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1976 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
+2
-1
@@ -57,8 +57,9 @@
|
||||
#define O_APPEND 0x10 /* Keep contents, append to end */
|
||||
#define O_TRUNC 0x20 /* Delete contents */
|
||||
#define O_NONBLOCK 0x40 /* Don't wait for data */
|
||||
#define O_NDELAY O_NONBLOCK
|
||||
#define O_SYNC 0x80 /* Synchronize output on write */
|
||||
#define O_DSYNC OSYNC
|
||||
#define O_DSYNC O_SYNC
|
||||
|
||||
#define O_RSYNC 0x00 /* Sychronize input on read */
|
||||
#define O_ACCMODE 0x00 /* Required by POSIX */
|
||||
|
||||
Reference in New Issue
Block a user