From: Chris Hanson Date: Sun, 5 Jan 1997 23:37:21 +0000 (+0000) Subject: Add new system call. X-Git-Tag: 20090517-FFI~5275 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=31551f8f3e30ede6193b440a87dbd5273ca4b85b;p=mit-scheme.git Add new system call. --- diff --git a/v7/src/microcode/ntapi.h b/v7/src/microcode/ntapi.h index 96aad1e3b..ceabfab52 100644 --- a/v7/src/microcode/ntapi.h +++ b/v7/src/microcode/ntapi.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: ntapi.h,v 1.1 1997/01/01 22:58:34 cph Exp $ +$Id: ntapi.h,v 1.2 1997/01/05 23:37:21 cph Exp $ Copyright (c) 1997 Massachusetts Institute of Technology @@ -44,6 +44,7 @@ enum syscall_names apicall_CreateFile, apicall_FindFirstFile, apicall_GetFileAttributes, + apicall_GetFileInformationByHandle, apicall_GetFileSize, apicall_GetFileTime, apicall_MoveFile, @@ -803,6 +804,7 @@ static char * syscall_names_table [] = "CREATE-FILE", "FIND-FIRST-FILE", "GET-FILE-ATTRIBUTES", + "GET-FILE-INFORMATION-BY-HANDLE", "GET-FILE-SIZE", "GET-FILE-TIME", "MOVE-FILE",