linux(4): Make linux_emul_path private

There is no need to refer to linux_emul_path from outside anymore.

MFC after:		2 month
This commit is contained in:
Dmitry Chagin 2023-05-29 11:19:08 +03:00
parent a482fffc7e
commit c4299cec48
3 changed files with 0 additions and 4 deletions

View File

@ -43,8 +43,6 @@ extern int linux_debug;
MALLOC_DECLARE(M_LINUX);
MALLOC_DECLARE(M_EPOLL);
extern char linux_emul_path[];
int linux_pwd_onexec(struct thread *);
void linux_pwd_onexec_native(struct thread *);

View File

@ -76,7 +76,6 @@ SRCS+= imgact_linux.c \
.if ${MACHINE_CPUARCH} == "i386"
EXPORT_SYMS=
EXPORT_SYMS+= linux_emul_path
EXPORT_SYMS+= linux_get_osname
EXPORT_SYMS+= linux_get_osrelease
EXPORT_SYMS+= linux_ioctl_register_handler

View File

@ -16,7 +16,6 @@ SRCS+= linux_x86.c linux_vdso_selector_x86.c
.endif
EXPORT_SYMS=
EXPORT_SYMS+= linux_emul_path
EXPORT_SYMS+= linux_get_osname
EXPORT_SYMS+= linux_get_osrelease
EXPORT_SYMS+= linux_use_real_ifname