mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
parent
bd21e4b264
commit
1dcc478796
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue