mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-23 22:06:12 +03:00
base: Do not forward declare stat64 for Musl
This commit is contained in:
parent
c936b5e149
commit
4002a1ff61
@ -19,7 +19,8 @@
|
||||
#include "build/build_config.h"
|
||||
|
||||
#if BUILDFLAG(IS_BSD) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_NACL) || \
|
||||
BUILDFLAG(IS_FUCHSIA) || (BUILDFLAG(IS_ANDROID) && __ANDROID_API__ < 21)
|
||||
BUILDFLAG(IS_FUCHSIA) || \
|
||||
(BUILDFLAG(IS_ANDROID) && __ANDROID_API__ < 21) || defined(__MUSL__)
|
||||
struct stat;
|
||||
namespace base {
|
||||
typedef struct stat stat_wrapper_t;
|
||||
|
Loading…
Reference in New Issue
Block a user