-
Notifications
You must be signed in to change notification settings - Fork 1k
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
utmp function family missing on musl #3190
Labels
C-API-request
Category: API request
Comments
This was referenced Apr 6, 2023
devnexen
added a commit
to devnexen/libc
that referenced
this issue
Apr 21, 2023
devnexen
added a commit
to devnexen/libc
that referenced
this issue
Apr 21, 2023
Why is this trying to change O_LARGEFILE? |
@joshtriplett did you mean to ask this in the pull-request? |
@Ecordonnier Yes, thank you. |
devnexen
added a commit
to devnexen/libc
that referenced
this issue
Jun 7, 2023
devnexen
added a commit
to devnexen/libc
that referenced
this issue
Jul 22, 2023
devnexen
added a commit
to devnexen/libc
that referenced
this issue
Jul 22, 2023
bors
added a commit
that referenced
this issue
Jan 8, 2024
utmpx api for linux musl + musl few build fixes. close #3190
Andy-Python-Programmer
pushed a commit
to Andy-Python-Programmer/libc
that referenced
this issue
Mar 24, 2024
These changes have been merged in, but have not been included in any subsequent releases:
Is this waiting on version 0.3 (#3213 (comment))? |
Yes or is waiting on 0.3 (which was renamed to 1.0, see #3248 ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
functions like getutxent, setutxent, endutxent, struct utmpx, etc. are missing from the musl implementation ( src/unix/linux_like/linux/musl/mod.rs ), even though those functions are implemented in musl (see https://git.musl-libc.org/cgit/musl/tree/include/utmpx.h ).
As reference, see this commit which added the function for solaris, as well as the man page: https://linux.die.net/man/3/endutxent
The text was updated successfully, but these errors were encountered: