added file.c to libisc, needs to be done for win32

This commit is contained in:
David Lawrence
2000-04-24 21:44:06 +00:00
parent 2cc9a6a0f7
commit f8a95eb912

View File

@@ -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