Next: glibc socket, Previous: glibc temp, Up: glibc [Index]
The following bindings are exported by the (vicare glibc)
library.
Interface to the C function sync()
, (libc)Synchronizing I/O.
Flush kernel buffer data and meta informations to the file system
devices. If successful return unspecified values, else raise an
exception.
Interface to the C function fsync()
, (libc)Synchronizing I/O.
Flush kernel buffer data and meta informations to the file system device
for the file descriptor fd. If successful return unspecified
values, else raise an exception.
Interface to the C function fdatasync()
, (libc)Synchronizing
I/O. Flush kernel buffer data to the file system device for the file
descriptor fd. If successful return unspecified values, else
raise an exception.