mirror of
https://github.com/opnsense/src.git
synced 2026-04-27 00:58:36 -04:00
Added sysarch system call which is used my i386_get/set_ltd.c and is needed
for Wine support. The current snapshot of wine works fine with this. This should go into the beta as the code which it calls in the kernel is already there, and works fine.
This commit is contained in:
parent
eead05e797
commit
72012b54d0
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ ASM= accept.o access.o acct.o adjtime.o bind.o chdir.o chflags.o chmod.o \
|
|||
setgroups.o setitimer.o setpgid.o setpriority.o setrlimit.o \
|
||||
setsid.o setsockopt.o settimeofday.o setuid.o shmsys.o shutdown.o \
|
||||
sigaction.o sigaltstack.o socket.o socketpair.o stat.o statfs.o \
|
||||
swapon.o symlink.o sync.o umask.o unlink.o unmount.o \
|
||||
swapon.o symlink.o sync.o sysarch.o umask.o unlink.o unmount.o \
|
||||
utimes.o vadvise.o wait4.o write.o writev.o __syscall.o __sysctl.o
|
||||
|
||||
PSEUDO= _exit.o _getlogin.o
|
||||
|
|
|
|||
Loading…
Reference in a new issue