freebsd-src/lib/libsys/amd64
Brooks Davis 304cdac738 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
2024-02-29 19:46:33 +00:00
..
_umtx_op_err.S libthr: move _umtx_op_err() to libsys 2024-02-05 20:34:56 +00:00
amd64_get_fsbase.c
amd64_get_gsbase.c
amd64_set_fsbase.c
amd64_set_gsbase.c
cerror.S
getcontext.S
Makefile.sys libc: move rfork_thread(3) to libsys 2024-02-05 20:34:56 +00:00
Makefile.thr libthr: move _umtx_op_err() to libsys 2024-02-05 20:34:56 +00:00
rfork_thread.S libc: move rfork_thread(3) to libsys 2024-02-05 20:34:56 +00:00
Symbol.sys.map lib{c,sys}: expose _getlogin consistently 2024-02-29 19:46:33 +00:00
SYS.h SYS.h: make _SYSCALL_BODY overridable 2024-02-05 20:34:56 +00:00
vfork.S