fdatasync method

int fdatasync(
  1. int __fildes
)

Implementation

int fdatasync(
  int __fildes,
) {
  return _fdatasync(
    __fildes,
  );
}