/* -*-C-*-
-$Id: msdos.h,v 1.3 1992/10/07 06:23:36 jinx Exp $
+$Id: msdos.h,v 1.4 1993/01/12 19:47:44 gjr Exp $
-Copyright (c) 1992 Massachusetts Institute of Technology
+Copyright (c) 1992-1993 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
syscall_listen,
syscall_localtime,
syscall_lseek,
- syscall_lstat,
syscall_malloc,
syscall_mkdir,
syscall_open,
syscall_unlink,
syscall_utime,
syscall_vfork,
- syscall_write
+ syscall_write,
+ syscall_stat,
+ syscall_lstat,
+ syscall_mktime
};
-
+\f
enum syserr_names
{
syserr_unknown,
};
extern void EXFUN (error_system_call, (int code, enum syscall_names name));
-\f
#include <limits.h>
#include <time.h>
#define DOS_lseek lseek
#define DOS_malloc malloc
#define DOS_mknod mknod
+#define DOS_mktime mktime
#define DOS_pause pause
#define DOS_pipe pipe
#define DOS_read read
;;; -*-Scheme-*-
;;;
-;;; $Id: utabmd.scm,v 9.64 1992/11/10 03:05:43 cph Exp $
+;;; $Id: utabmd.scm,v 9.65 1993/01/12 19:50:08 gjr Exp $
;;;
;;; Copyright (c) 1987-92 Massachusetts Institute of Technology
;;;
WRITE
STAT
LSTAT
+ MKTIME
))
\f
;;; [] System-call errors
;;; This identification string is saved by the system.
-"$Id: utabmd.scm,v 9.64 1992/11/10 03:05:43 cph Exp $"
\ No newline at end of file
+"$Id: utabmd.scm,v 9.65 1993/01/12 19:50:08 gjr Exp $"
\ No newline at end of file
/* -*-C-*-
-$Id: ux.h,v 1.38 1992/08/29 13:41:39 jinx Exp $
+$Id: ux.h,v 1.39 1993/01/12 19:47:49 gjr Exp $
-Copyright (c) 1988-1992 Massachusetts Institute of Technology
+Copyright (c) 1988-1993 Massachusetts Institute of Technology
This material was developed by the Scheme project at the Massachusetts
Institute of Technology, Department of Electrical Engineering and
syscall_vfork,
syscall_write,
syscall_stat,
- syscall_lstat
+ syscall_lstat,
+ syscall_mktime
};
enum syserr_names
#define UX_lseek lseek
#define UX_malloc malloc
#define UX_mknod mknod
+#define UX_mktime mktime
#define UX_pause pause
#define UX_pipe pipe
#define UX_read read
;;; -*-Scheme-*-
;;;
-;;; $Id: utabmd.scm,v 9.64 1992/11/10 03:05:43 cph Exp $
+;;; $Id: utabmd.scm,v 9.65 1993/01/12 19:50:08 gjr Exp $
;;;
;;; Copyright (c) 1987-92 Massachusetts Institute of Technology
;;;
WRITE
STAT
LSTAT
+ MKTIME
))
\f
;;; [] System-call errors
;;; This identification string is saved by the system.
-"$Id: utabmd.scm,v 9.64 1992/11/10 03:05:43 cph Exp $"
\ No newline at end of file
+"$Id: utabmd.scm,v 9.65 1993/01/12 19:50:08 gjr Exp $"
\ No newline at end of file