diff options
author | dfr <dfr@FreeBSD.org> | 1994-11-17 10:50:55 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 1994-11-17 10:50:55 +0000 |
commit | 78425e620e5112a934923b3d747af8867ecbff49 (patch) | |
tree | 3673d69be43acc83ac66a6ffa7e798204c397f4a /lib | |
parent | 5d00f601402a39fc0ae60fd3a327d97639f648bc (diff) | |
download | FreeBSD-src-78425e620e5112a934923b3d747af8867ecbff49.zip FreeBSD-src-78425e620e5112a934923b3d747af8867ecbff49.tar.gz |
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.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/Makefile.inc b/lib/libc/sys/Makefile.inc index 9e4a4d0..b49427b 100644 --- a/lib/libc/sys/Makefile.inc +++ b/lib/libc/sys/Makefile.inc @@ -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 |