diff options
author | Dmitry Chagin <dchagin@FreeBSD.org> | 2023-05-29 08:19:08 +0000 |
---|---|---|
committer | Dmitry Chagin <dchagin@FreeBSD.org> | 2023-05-29 08:19:08 +0000 |
commit | c4299cec48a51996ec0bc076e5818438243e4041 (patch) | |
tree | 12f973bac08315fe6c65bfa83c9cd4c9a7e0ee20 /sys/modules/linux | |
parent | a482fffc7ebf41c306d0020da37fea174de68fa5 (diff) |
linux(4): Make linux_emul_path private
There is no need to refer to linux_emul_path from outside anymore.
MFC after: 2 month
Diffstat (limited to 'sys/modules/linux')
-rw-r--r-- | sys/modules/linux/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/linux/Makefile b/sys/modules/linux/Makefile index 2c6aa41a1a18..294a7d595cc6 100644 --- a/sys/modules/linux/Makefile +++ b/sys/modules/linux/Makefile @@ -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 |