OSDN Git Service

libc: Add sys/fcntl.h for compatibility.
authorDaniel Erat <derat@google.com>
Wed, 8 Jul 2015 21:01:50 +0000 (15:01 -0600)
committerDaniel Erat <derat@google.com>
Wed, 8 Jul 2015 21:07:17 +0000 (15:07 -0600)
Add a /usr/include/sys/fcntl.h file that includes <fcntl.h>.

Change-Id: Ie34bf7519607c5aae1fbea7c7dca249c9b7801cc

libc/include/sys/fcntl.h [new file with mode: 0644]

diff --git a/libc/include/sys/fcntl.h b/libc/include/sys/fcntl.h
new file mode 100644 (file)
index 0000000..cd30455
--- /dev/null
@@ -0,0 +1 @@
+#include <fcntl.h>