mirror of
https://github.com/wolfpld/tracy
synced 2026-01-19 04:52:09 +00:00
Fix usage of stat64 on non-glibc Linux
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#ifdef _MSC_VER
|
||||
# define stat64 _stat64
|
||||
#endif
|
||||
#if defined __APPLE__ || defined __FreeBSD__
|
||||
#if defined __APPLE__ || defined __FreeBSD__ || (defined __linux__ && !defined __GLIBC__)
|
||||
# define stat64 stat
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user