fsync method

int fsync(
  1. int arg0
)

Implementation

int fsync(int arg0) {
  return _fsync(arg0);
}