commit | e55151472b89067672e865858ccc2d2f28b91cd6 | [log] [tgz] |
---|---|---|
author | Daniel Erat <derat@google.com> | Wed Jul 08 15:01:50 2015 -0600 |
committer | Daniel Erat <derat@google.com> | Wed Jul 08 15:07:17 2015 -0600 |
tree | 3902cc7e384fb6e3b29401a2a2b94fcaedca1df3 | |
parent | 7a9732d663906bedd8734c9952e35728c2662767 [diff] [blame] |
libc: Add sys/fcntl.h for compatibility. Add a /usr/include/sys/fcntl.h file that includes <fcntl.h>. Change-Id: Ie34bf7519607c5aae1fbea7c7dca249c9b7801cc
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>