Add `syscall_select'.
authorChris Hanson <org/chris-hanson/cph>
Sun, 10 Mar 1991 01:19:33 +0000 (01:19 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 10 Mar 1991 01:19:33 +0000 (01:19 +0000)
v7/src/microcode/utabmd.scm
v7/src/microcode/ux.h
v8/src/microcode/utabmd.scm

index 5c0f69011caee74908edccfec9c77022769eaa5c..7a8610519d64a3931efa7164f630cb6131865f60 100644 (file)
@@ -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
 ;;;
               READLINK
               REALLOC
               RENAME
+              SELECT
               SETITIMER
               SETPGID
               SIGHOLD
 
 ;;; 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
index 961d88938c155c17659f8bb660f2aad79d686310..0afacf24dad651a3e74e5068652e16243e55af5a 100644 (file)
@@ -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,
index ddf3a9a909984a86266f06e7986b2d2481a9a624..112c00c649faf6ee842f5725a7603527c3c958f8 100644 (file)
@@ -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
 ;;;
               READLINK
               REALLOC
               RENAME
+              SELECT
               SETITIMER
               SETPGID
               SIGHOLD
 
 ;;; 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