Page MenuHomeFreeBSD

lib{c,sys}: expose _getlogin consistently
ClosedPublic

Authored by brooks on Feb 27 2024, 6:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 16, 6:12 PM
Unknown Object (File)
Mon, May 13, 1:44 AM
Unknown Object (File)
Sun, May 12, 5:06 PM
Unknown Object (File)
Sun, May 12, 3:27 PM
Unknown Object (File)
Sat, May 4, 1:18 PM
Unknown Object (File)
Apr 14 2024, 5:43 PM
Unknown Object (File)
Mar 2 2024, 10:11 PM
Unknown Object (File)
Mar 2 2024, 12:08 PM
Subscribers

Details

Summary

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 purposes so remove the special case from
makesyscalls.lua and expose it in the generate syscalls.map.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable