-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Some utmp symbols still missing on musl #4322
Labels
C-API-request
Category: API request
Comments
This was referenced Mar 11, 2025
Ecordonnier
added a commit
to Ecordonnier/libc
that referenced
this issue
Mar 15, 2025
Close rust-lang#4322 Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
3 tasks
Ecordonnier
added a commit
to Ecordonnier/libc
that referenced
this issue
Mar 15, 2025
Close rust-lang#4322 Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
Ecordonnier
added a commit
to Ecordonnier/libc
that referenced
this issue
Mar 21, 2025
Close rust-lang#4322 Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
Ecordonnier
added a commit
to Ecordonnier/libc
that referenced
this issue
Mar 21, 2025
Close rust-lang#4322 Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
Ecordonnier
added a commit
to Ecordonnier/libc
that referenced
this issue
Mar 23, 2025
Close rust-lang#4322 Also add a deprecation warning, because those functions are only implemented as stubs inside musl. Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
Ecordonnier
added a commit
to Ecordonnier/libc
that referenced
this issue
Mar 23, 2025
Close rust-lang#4322 Also add a deprecation warning, because those functions are only implemented as stubs inside musl. Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
Ecordonnier
added a commit
to Ecordonnier/libc
that referenced
this issue
Mar 29, 2025
Close rust-lang#4322 Also add a deprecation warning, because those functions are only implemented as stubs inside musl. Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
This is a follow-up of #3190
The function utmpxname is missing from the musl implementation ( src/unix/linux_like/linux/musl/mod.rs ), even though this function is implemented (as a stub doing nothing) 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 symbols "libc::__UT_HOSTSIZE", "libc::__UT_LINESIZE", "libc::__UT_NAMESIZE" and "libc::ACCOUNTING" are also missing.
The text was updated successfully, but these errors were encountered: