304cdac738
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
29 lines
375 B
Plaintext
29 lines
375 B
Plaintext
FBSD_1.0 {
|
|
rfork_thread;
|
|
brk;
|
|
i386_clr_watch;
|
|
i386_get_fsbase;
|
|
i386_get_gsbase;
|
|
i386_get_ioperm;
|
|
i386_get_ldt;
|
|
i386_set_fsbase;
|
|
i386_set_gsbase;
|
|
i386_set_ioperm;
|
|
i386_set_ldt;
|
|
i386_set_watch;
|
|
i386_vm86;
|
|
sbrk;
|
|
};
|
|
|
|
FBSD_1.6 {
|
|
x86_pkru_get_perm;
|
|
x86_pkru_set_perm;
|
|
x86_pkru_protect_range;
|
|
x86_pkru_unprotect_range;
|
|
};
|
|
|
|
FBSDprivate_1.0 {
|
|
_vfork;
|
|
_brk;
|
|
};
|