base-linux: remove 'lx_ioperm()' function

Fixes #3933
This commit is contained in:
Christian Prochaska 2020-11-03 15:36:55 +01:00 committed by Christian Helmuth
parent 429cd8d37a
commit b72503e581

View File

@ -72,11 +72,6 @@ inline int lx_stat(const char *path, struct stat64 *buf)
** Functions used by core's io port session support code **
***********************************************************/
inline int lx_ioperm(unsigned long from, unsigned long num, int turn_on)
{
return lx_syscall(SYS_ioperm, from, num, turn_on);
}
inline int lx_iopl(int level)
{
return lx_syscall(SYS_iopl, level);