libc: Add sys/fcntl.h for compatibility.

Add a /usr/include/sys/fcntl.h file that includes <fcntl.h>.

Change-Id: Ie34bf7519607c5aae1fbea7c7dca249c9b7801cc
This commit is contained in:
Daniel Erat 2015-07-08 15:01:50 -06:00
parent 7a9732d663
commit e55151472b
1 changed files with 1 additions and 0 deletions

1
libc/include/sys/fcntl.h Normal file
View File

@ -0,0 +1 @@
#include <fcntl.h>