Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/linux Add emulation for scheduler related syscall...



details:   https://anonhg.NetBSD.org/src/rev/472aaf8f2aea
branches:  trunk
changeset: 476919:472aaf8f2aea
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Oct 04 16:58:15 1999 +0000

description:
Add emulation for scheduler related syscalls. Although they are dummies
even under Linux the posix thread library for "glibc2" requires them.

diffstat:

 sys/compat/linux/files.linux |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6845b12c6d38 -r 472aaf8f2aea sys/compat/linux/files.linux
--- a/sys/compat/linux/files.linux      Mon Oct 04 16:57:10 1999 +0000
+++ b/sys/compat/linux/files.linux      Mon Oct 04 16:58:15 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.linux,v 1.9 1998/10/23 03:56:22 erh Exp $
+#      $NetBSD: files.linux,v 1.10 1999/10/04 16:58:15 tron Exp $
 #
 # Config file description for machine-independent Linux compat code.
 # Included by ports that need it.
@@ -16,6 +16,7 @@
 file   compat/linux/common/linux_ioctl.c       compat_linux
 file   compat/linux/common/linux_ipc.c         compat_linux
 file   compat/linux/common/linux_misc.c        compat_linux
+file   compat/linux/common/linux_sched.c       compat_linux
 file   compat/linux/common/linux_signal.c      compat_linux
 file   compat/linux/common/linux_socket.c      compat_linux
 file   compat/linux/common/linux_termios.c     compat_linux



Home | Main Index | Thread Index | Old Index