mirror of
https://github.com/facebook/zstd.git
synced 2025-11-27 00:05:09 -05:00
commit
62df5bca4c
@ -102,6 +102,12 @@ extern "C" {
|
||||
# define PLATFORM_POSIX_VERSION 1
|
||||
# endif
|
||||
|
||||
# ifdef __UCLIBC__
|
||||
# ifndef __USE_MISC
|
||||
# define __USE_MISC /* enable st_mtim on uclibc */
|
||||
# endif
|
||||
# endif
|
||||
|
||||
# else /* non-unix target platform (like Windows) */
|
||||
# define PLATFORM_POSIX_VERSION 0
|
||||
# endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user