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

add realpath() function #209

Merged
merged 5 commits into from
Jun 16, 2024
Merged

add realpath() function #209

merged 5 commits into from
Jun 16, 2024

Conversation

diamant3
Copy link
Member

This PR is suggested from pspdev/psp-packages#165 and just a simple implementation to use the realpath() for PSP

@diamant3 diamant3 marked this pull request as draft June 14, 2024 09:52
@diamant3
Copy link
Member Author

Thanks for approving wouter but i'll draft it for the meantime, i'll try to improve it more

@diamant3 diamant3 marked this pull request as ready for review June 15, 2024 09:30
@diamant3
Copy link
Member Author

This is my implementation for realpath, it should be handle some errno like EINVAL, ENAMETOOLONG, ENOENT, ENOTDIR and ENOMEM. This realpath is just __path_absolute (credits to authors!). please test, thanks!

@diamant3 diamant3 marked this pull request as draft June 15, 2024 14:07
@diamant3
Copy link
Member Author

diamant3 commented Jun 15, 2024

there's an issue building with the psp-packages :(
Sorry, It's just some missing packages on my system.

@diamant3 diamant3 marked this pull request as ready for review June 16, 2024 05:59
@wally4000 wally4000 merged commit 72ee639 into pspdev:master Jun 16, 2024
1 check passed
@diamant3 diamant3 deleted the add-realpath branch June 16, 2024 11:14
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.

3 participants