HomeFreeBSD

linux(4): Move uselib() to i386

Description

linux(4): Move uselib() to i386

This obsolete system call is not supported by glibc. In ancient libc
versions (before glibc 2.0), uselib() was used to load the shared
libraries with names found in an array of names in the binary.
On Linux, since 3.15, this system call is available only when
the kernel is configured with the CONFIG_USELIB option.

It doesn't look like anyone needs this syscall for others Linuxulators,
so move it to the corresponding MD Linuxulator.

MFC after: 2 weeks

Details

Provenance
dchaginAuthored on Feb 14 2023, 2:46 PM
Parents
rG86f9efef2c44: linux(4): Cleanup abi_compat.h include from linux_timer.h
Branches
Unknown
Tags
Unknown