提交 8b53b71a 编写于 作者: N ngmr

7100054: (porting) Native code should include fcntl.h and unistd.h rather than...

7100054: (porting) Native code should include fcntl.h and unistd.h rather than sys/fcntl.h and sys/unistd.h
Summary: Use POSIX defined includes for unistd.h and fcntl.h
Reviewed-by: dholmes, alanb, chegar, ngmr
Contributed-by: NCharles Lee <littlee@linux.vnet.ibm.com>
上级 76fc7f94
......@@ -27,7 +27,7 @@
#include <errno.h>
#include <unistd.h>
#include <sys/acl.h>
#include <sys/fcntl.h>
#include <fcntl.h>
#include <sys/stat.h>
/**
......
......@@ -26,7 +26,7 @@
#include <stdio.h>
#include <errno.h>
#include <unistd.h>
#include <sys/fcntl.h>
#include <fcntl.h>
#include <sys/stat.h>
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册