From f8a95eb9127a97e81ad4f1295a9d1abce993ef63 Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 24 Apr 2000 21:44:06 +0000 Subject: [PATCH] added file.c to libisc, needs to be done for win32 --- doc/design/windows-nt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/design/windows-nt b/doc/design/windows-nt index 7cf60b0341..ea14820eba 100644 --- a/doc/design/windows-nt +++ b/doc/design/windows-nt @@ -75,11 +75,17 @@ isc_dir_read and isc_dir_close, used to iterate over the filenames in a directory. XXX It also implements isc_dir_chdir to set the current directory, but this function has not yet been written for Win32. +File + +The File module is for functions that access and/or modify operating +system information about files. XXX It has not yet been written for Win32. + Filelock This module implements the pthreads functions flockfile, funlockfile and getc_unlocked, which synchronize stdio calls from multiple -threads. XXX It has not yet been written for Win32. +threads. XXX It has not yet been written for Win32. Or for Unix +for that matter. Merge into File? Interfaceiter