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

[libc] Implement pathconf/fpathconf and all VFS related dependencies #85121

Open
2 of 3 tasks
SchrodingerZhu opened this issue Mar 13, 2024 · 2 comments
Open
2 of 3 tasks
Assignees
Labels

Comments

@SchrodingerZhu
Copy link
Contributor

SchrodingerZhu commented Mar 13, 2024

Provide portable way to get NAME_MAX or PATH_MAX. See also https://man7.org/linux/man-pages/man3/pathconf.3.html.

These function itself may need:

This will also deliver the following functions along the way:

@robincaloudis
Copy link
Contributor

@SchrodingerZhu, are you already working on it? Otherwise, I'd give it a shot.

@SchrodingerZhu
Copy link
Contributor Author

Hi, the statvfs/fstatvfs part is already in progress. After that, you can look into the pathconf and fpathconf part if you want.

You can check the design in bionic libc.

@SchrodingerZhu SchrodingerZhu changed the title [libc] Implement pathconf/fpathconf [libc] Implement pathconf/fpathconf and all VFS related dependencies Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants