commit | c6f25641eb874cd15f92759beff1ad67cfd8228b | [log] [tgz] |
---|---|---|
author | Daniel Erat <derat@google.com> | Wed Jul 08 21:15:22 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Jul 08 21:15:23 2015 +0000 |
tree | b9f50d58cae15300f5376d6f2b603781099ae8a2 | |
parent | 33ef6c20f2ddf19b29ed3a4e50139fa391b1a3d4 [diff] | |
parent | e55151472b89067672e865858ccc2d2f28b91cd6 [diff] |
Merge "libc: Add sys/fcntl.h for compatibility."
diff --git a/libc/include/sys/fcntl.h b/libc/include/sys/fcntl.h new file mode 100644 index 0000000..cd30455 --- /dev/null +++ b/libc/include/sys/fcntl.h
@@ -0,0 +1 @@ +#include <fcntl.h>