提交 383d9195 编写于 作者: O openharmony_ci 提交者: Gitee

!34 support for build libselinux.

Merge pull request !34 from steven_Q/master
......@@ -158,7 +158,7 @@ typedef struct _ftsent {
FTS *fts_fts; /* back pointer to main FTS */
} FTSENT;
#include <sys/cdefs.h>
#include <sys/sys/cdefs.h>
__BEGIN_DECLS
FTSENT *fts_children(FTS *, int);
......
......@@ -31,7 +31,7 @@
* $OpenBSD: fts.c,v 1.22 1999/10/03 19:22:22 millert Exp $
*/
#include <sys/cdefs.h>
#include <sys/sys/cdefs.h>
#include <sys/param.h>
#include <sys/mount.h>
......@@ -46,7 +46,7 @@
#include <unistd.h>
#include <linux/magic.h>
#include "fts.h"
#include "include/fts.h"
static FTSENT *fts_alloc(FTS *, char *, size_t);
static FTSENT *fts_build(FTS *, int);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册