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

Missing sys/types.h #467

Open
JayFoxRox opened this issue Apr 21, 2021 · 0 comments
Open

Missing sys/types.h #467

JayFoxRox opened this issue Apr 21, 2021 · 0 comments

Comments

@JayFoxRox
Copy link
Member

Here's a hack I've been using locally:

echo "#pragma once // Generated" > $NXDK_DIR/lib/xboxrt/libc_extensions/sys/types.h
echo "typedef long off_t;" >> $NXDK_DIR/lib/xboxrt/libc_extensions/sys/types.h

I hope that someone will implement this properly.

There's more functionality in this, but this is enough for my current projects

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant