Skip to content

Commit e86c621

Browse files
author
Oleh Kulykov
committed
1738744542
1 parent 829cb8e commit e86c621

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/plzma_private.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@
9393
# endif
9494
#endif
9595

96+
9697
#if defined(__ANDROID__) || defined(__ANDROID_API__)
9798
# if !defined(LIBPLZMA_INCLUDED_UNISTD_H)
9899
# include <unistd.h>
@@ -108,10 +109,12 @@
108109
# define LIBPLZMA_POSIX 1
109110
#endif
110111

112+
111113
#if !defined(LIBPLZMA_POSIX) && (defined(_POSIX2_VERSION) && (_POSIX2_VERSION > 0))
112114
# define LIBPLZMA_POSIX 1
113115
#endif
114116

117+
115118
#if !defined(LIBPLZMA_POSIX) && (defined(_POSIX_C_SOURCE) && (_POSIX_C_SOURCE > 0))
116119
// Define this macro to a positive integer to control which POSIX functionality is made available.
117120
// The greater the value of this macro, the more functionality is made available.

0 commit comments

Comments
 (0)