LINUX.ORG.RU

История изменений

Исправление X512, (текущая версия) :

Linux adds a single uselib () system call that takes the file name and address of a library and maps it into the program address space.

uselib объявлен устаревшим и не всегда поддерживается:

This obsolete system call is not supported by glibc. No declaration is provided in glibc headers, but, through a quirk of history, glibc versions before 2.23 did export an ABI for this system call.

Since Linux 3.15, this system call is available only when the kernel is configured with the CONFIG_USELIB option.

(c) https://man7.org/linux/man-pages/man2/uselib.2.html

Исходная версия X512, :

Linux adds a single uselib () system call that takes the file name and address of a library and maps it into the program address space.

This obsolete system call is not supported by glibc. No declaration is provided in glibc headers, but, through a quirk of history, glibc versions before 2.23 did export an ABI for this system call.

Since Linux 3.15, this system call is available only when the kernel is configured with the CONFIG_USELIB option.

(c) https://man7.org/linux/man-pages/man2/uselib.2.html