int psl1ght_fsync_r(struct _reent* r, int fd) { return lv2ErrnoReentrant(r, lv2FsFsync(fd)); }
int fsync(int fd) { return lv2Errno(lv2FsFsync(fd)); }