-
Notifications
You must be signed in to change notification settings - Fork 13.5k
[libc] implement pathconf/fpathconf #86544
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
Comments
Hi! This issue may be a good introductory issue for people new to working on LLVM. If you would like to work on this issue, your first steps are:
If you have any further questions about this issue, don't hesitate to ask via a comment in the thread below. |
@llvm/issue-subscribers-good-first-issue Author: Schrodinger ZHU Yifan (SchrodingerZhu)
Now that #86169 added `linux_statfs` and `linux_fstatvs`. We can be use them to implement `pathconf` and `fpathconf`.
See also: |
@robincaloudis want to take a look? |
@llvm/issue-subscribers-libc Author: Schrodinger ZHU Yifan (SchrodingerZhu)
Now that #86169 added `linux_statfs` and `linux_fstatvs`. We can be use them to implement `pathconf` and `fpathconf`.
See also: |
If this is available I would like to take this issue. |
@changkhothuychung, sure, go ahead. @SchrodingerZhu, I would overtake in case no patch is provided. The necessary steps seem to be clear. However, as I am on vacation for a few days, it is going to take me until mid/end of next week. In case that's too late for you, you or someone else is more than welcome to overtake. |
@changkhothuychung I noticed you are working on an issue different from this, are you still working on it, if not I will like to work on it. |
I will assign @changkhothuychung first since they signed up earlier for this. Feel free to update me if there is anything changed. |
@SchrodingerZhu Thanks for assigning this to me. I have a question, since you mentioned the link of the implementation from android, am I allowed to reference it to implement in libc? |
It's ok to look at bionic sources. I'll encourage you not to copy+paste it. |
Now that #86169 added
linux_statfs
andlinux_fstatvs
. We can be use them to implementpathconf
andfpathconf
.See also:
The text was updated successfully, but these errors were encountered: