home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff319.lzh
/
CNewsSrc
/
cnews.src.lzh
/
libfake
/
fsync.c
< prev
next >
Wrap
Text File
|
1980-01-01
|
105b
|
12 lines
/*
* fsync(2) emulation for systems lacking it
*/
/* ARGSUSED */
int
fsync(fd)
int fd;
{
return 0;
}