home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Unix
/
CNews
/
Source
/
libfake
/
fsync.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1988-12-29
|
105 b
|
12 lines
/*
* fsync(2) emulation for systems lacking it
*/
/* ARGSUSED */
int
fsync(fd)
int fd;
{
return 0;
}