-
Notifications
You must be signed in to change notification settings - Fork 276
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No extra check if SSIZE_T is defined (#148)
- Loading branch information
Showing
1 changed file
with
1 addition
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cc1f3d5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@danoli3 - do you mean, on Android 32 neither
ssize_t
is defined not_POSIX_C_SOURCE
.PTAL if following fix: https://github.com/kuba--/zip/pull/228/files works for you
cc1f3d5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
..btw. I wonder how it's possible if
ssize_t
is defined on android-x86 since 2012:https://git.osdn.net/view?p=android-x86/bionic.git;a=commitdiff;h=422b6ef92c1cca3cfd412621dc3db3b8609fa88c;hp=eac9eb462ed6f7fcfb791e7a08b4011fcca47829
cc1f3d5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.