Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Do not merge yet, needs testing] enable file sizes >2 GiB on Vita via fseeko() and ftello() #39

Open
wants to merge 84 commits into
base: vita
Choose a base branch
from

Conversation

rsn8887
Copy link

@rsn8887 rsn8887 commented Dec 13, 2018

I cannot compile and test newlib, but maybe someone else can? This should allow fseeko() to go beyond the 2 Gb file limit. The type "off_t" should now be a 64bit integer.

xyzz and others added 30 commits August 13, 2015 14:07
MrNetrix changes and user-defined heap size
Allows building the manuals using recent versions of TexInfo.
frangarcj and others added 27 commits September 29, 2016 18:42
sceNetSetsockopt not allow timeval struct.
this problem make recv or send raise error immediately.
Fix SO_RCVTIMEO option set wrong timeout value.
* Create memory.h

* Change location
Useful when binding listening socket
Previously it was possible to go down a path and try to hold the newlib file descriptor mutex several times. Without the recursive flag, subsequent attempts to hold the mutex would fail.
Add missing SCE_KERNEL_MUTEX_ATTR_RECURSIVE flag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.