commit | 31165edf5733dae8fbe79551b18cbc0e56c8d808 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Sep 23 17:34:29 2014 -0700 |
committer | Elliott Hughes <enh@google.com> | Tue Sep 23 18:21:52 2014 -0700 |
tree | e7ed184d94540342f16514a84e02c1f8d38882db | |
parent | 87b6906f6e0c17b2541535be8e054324cc2fef4a [diff] [blame] |
CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps. Change-Id: I74ea88e0d4973d6ab3c57da7d8bb643c31592b14
diff --git a/libc/include/fcntl.h b/libc/include/fcntl.h index db56ce3..f57c320 100644 --- a/libc/include/fcntl.h +++ b/libc/include/fcntl.h
@@ -46,6 +46,7 @@ #endif #define O_ASYNC FASYNC +#define O_RSYNC O_SYNC #define SPLICE_F_MOVE 1 #define SPLICE_F_NONBLOCK 2