mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-11-29 14:40:25 +00:00
Added a dependency on BB_MKFS_MINIX to xfopen().
This commit is contained in:
parent
f594986b37
commit
8658816f71
@ -1712,7 +1712,7 @@ FILE *wfopen(const char *path, const char *mode)
|
||||
#if defined BB_HOSTNAME || defined BB_LOADACM || defined BB_MORE \
|
||||
|| defined BB_SED || defined BB_SH || defined BB_TAR || defined BB_UNIQ \
|
||||
|| defined BB_WC || defined BB_CMP || defined BB_SORT || defined BB_WGET \
|
||||
|| defined BB_MOUNT || defined BB_ROUTE
|
||||
|| defined BB_MOUNT || defined BB_ROUTE || defined BB_MKFS_MINIX
|
||||
FILE *xfopen(const char *path, const char *mode)
|
||||
{
|
||||
FILE *fp;
|
||||
|
Loading…
Reference in New Issue
Block a user