From 016a979336c0dfa395b0f1ebb073647bd428cd4d Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 10 Mar 1991 01:19:33 +0000 Subject: [PATCH] Add `syscall_select'. --- v7/src/microcode/utabmd.scm | 5 +++-- v7/src/microcode/ux.h | 3 ++- v8/src/microcode/utabmd.scm | 5 +++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/v7/src/microcode/utabmd.scm b/v7/src/microcode/utabmd.scm index 5c0f69011..7a8610519 100644 --- a/v7/src/microcode/utabmd.scm +++ b/v7/src/microcode/utabmd.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/utabmd.scm,v 9.55 1991/03/01 00:55:40 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/utabmd.scm,v 9.56 1991/03/10 01:19:33 cph Exp $ ;;; ;;; Copyright (c) 1987-91 Massachusetts Institute of Technology ;;; @@ -605,6 +605,7 @@ READLINK REALLOC RENAME + SELECT SETITIMER SETPGID SIGHOLD @@ -689,4 +690,4 @@ ;;; This identification string is saved by the system. -"$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/utabmd.scm,v 9.55 1991/03/01 00:55:40 cph Exp $" \ No newline at end of file +"$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/utabmd.scm,v 9.56 1991/03/10 01:19:33 cph Exp $" \ No newline at end of file diff --git a/v7/src/microcode/ux.h b/v7/src/microcode/ux.h index 961d88938..0afacf24d 100644 --- a/v7/src/microcode/ux.h +++ b/v7/src/microcode/ux.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/ux.h,v 1.21 1991/03/01 00:55:57 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/ux.h,v 1.22 1991/03/10 01:19:16 cph Exp $ Copyright (c) 1988-91 Massachusetts Institute of Technology @@ -92,6 +92,7 @@ enum syscall_names syscall_readlink, syscall_realloc, syscall_rename, + syscall_select, syscall_setitimer, syscall_setpgid, syscall_sighold, diff --git a/v8/src/microcode/utabmd.scm b/v8/src/microcode/utabmd.scm index ddf3a9a90..112c00c64 100644 --- a/v8/src/microcode/utabmd.scm +++ b/v8/src/microcode/utabmd.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/utabmd.scm,v 9.55 1991/03/01 00:55:40 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/utabmd.scm,v 9.56 1991/03/10 01:19:33 cph Exp $ ;;; ;;; Copyright (c) 1987-91 Massachusetts Institute of Technology ;;; @@ -605,6 +605,7 @@ READLINK REALLOC RENAME + SELECT SETITIMER SETPGID SIGHOLD @@ -689,4 +690,4 @@ ;;; This identification string is saved by the system. -"$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/utabmd.scm,v 9.55 1991/03/01 00:55:40 cph Exp $" \ No newline at end of file +"$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v8/src/microcode/utabmd.scm,v 9.56 1991/03/10 01:19:33 cph Exp $" \ No newline at end of file -- 2.25.1