mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 06:16:30 +03:00
base: Do not forward declare stat64 for Musl
This commit is contained in:
parent
2cf40d4afa
commit
72fb843b90
@ -18,8 +18,9 @@
|
||||
#include "base/trace_event/base_tracing_forward.h"
|
||||
#include "build/build_config.h"
|
||||
|
||||
#if defined(OS_BSD) || defined(OS_APPLE) || defined(OS_NACL) || \
|
||||
defined(OS_FUCHSIA) || (defined(OS_ANDROID) && __ANDROID_API__ < 21)
|
||||
#if defined(OS_BSD) || defined(OS_APPLE) || defined(OS_NACL) || \
|
||||
defined(OS_FUCHSIA) || (defined(OS_ANDROID) && __ANDROID_API__ < 21) || \
|
||||
defined(__MUSL__)
|
||||
struct stat;
|
||||
namespace base {
|
||||
typedef struct stat stat_wrapper_t;
|
||||
|
Loading…
Reference in New Issue
Block a user