HomeFreeBSD

lib{c,sys}: expose _getlogin consistently

Description

lib{c,sys}: expose _getlogin consistently

Historically we exposed _getlogin as a private symbol on a per-arch basis
(except on aarch64 and riscv) for no obvious reason. We now need to
expose it for libc's use so remove the special case from
makesyscalls.lua and expose it in the generated syscalls.map.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D44116

Details

Provenance
brooksAuthored on Feb 29 2024, 7:46 PM
Reviewer
kib
Differential Revision
D44116: lib{c,sys}: expose _getlogin consistently
Parents
rG6d3f4dcda2fb: libsys: make PSEUDO take a bare syscall name
Branches
Unknown
Tags
Unknown