fsync method

int fsync(
  1. int __fd
)

Implementation

int fsync(
  int __fd,
) {
  return _fsync(
    __fd,
  );
}