Remove custom ftruncate64 for Android#736
Merged
tatsuhiro-t merged 1 commit intoaria2:masterfrom Sep 4, 2016
fornwall:master
Merged
Remove custom ftruncate64 for Android#736tatsuhiro-t merged 1 commit intoaria2:masterfrom fornwall:master
tatsuhiro-t merged 1 commit intoaria2:masterfrom
fornwall:master
Conversation
The latest NDK versions support ftruncate64, so building a local copy of ftruncate64 is no longer needed. Also, the arm and x86 builds of ftruncate64 failed when targetting API level 21 or higher, as they include <linux/err.h> which are not present starting from API level 21.
Collaborator
|
Thank you for PR! Merged now. |
netbsd-srcmastr
pushed a commit
to NetBSD/pkgsrc
that referenced
this pull request
Jul 10, 2017
…ion 1.31.0: aria2 1.32.0 ============ Release Note ------------ This release fixes several minor bugs, and spelling mistakes. Changes ------- * Clarify --max-concurrent-downloads option GH-833 * Fix compile error with toolchain which lacks IPV6_TCLASS GH-895 * Log directed URI in notice log level GH-884 * Fix typo Patch from Tse Kit Yam GH-879, GH-899 * Spelling fixes Patch from klemens GH-870 * Remove unused Android parts These parts where unused after merging aria2/aria2#736 Patch from Fredrik Fornwall GH-868 * Save control file early GH-859 * Update links in Dockerfile.raspberrypi Some links used in Dockerfile.raspberrypi are not accessible anymore, because they were pointing to old versions of some source packages and new versions were released. This commit fixes this by changing the links to point to the newest versions. Patch from Michał Leśniewski GH-860 * Propagate disk full error on pre-allocation to last error code GH-856
CrackerCat
pushed a commit
to CrackerCat/aria2
that referenced
this pull request
Jul 31, 2024
These parts where unused after merging aria2#736
CrackerCat
pushed a commit
to CrackerCat/aria2
that referenced
this pull request
Aug 1, 2024
These parts where unused after merging aria2#736
CrackerCat
pushed a commit
to CrackerCat/aria2
that referenced
this pull request
Aug 2, 2024
These parts where unused after merging aria2#736
CrackerCat
pushed a commit
to CrackerCat/aria2
that referenced
this pull request
Aug 3, 2024
These parts where unused after merging aria2#736
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The latest NDK versions support ftruncate64, so building a local copy of ftruncate64 is no longer needed.
Also, the arm and x86 builds of ftruncate64 failed when targetting API level 21 or higher, as they include <linux/err.h> which are not present starting from API level 21.