Changes in / [8e9d567:13d33a75]
- File:
-
- 1 edited
-
libcfa/src/concurrency/iocall.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/iocall.cfa
r8e9d567 r13d33a75 150 150 extern int fsync(int fd); 151 151 152 #if __OFF_T_MATCHES_OFF64_T 153 typedef __off64_t off_t; 154 #else 155 typedef __off_t off_t; 156 #endif 152 typedef __off64_t off_t; 157 153 typedef __off64_t off64_t; 158 154 extern int sync_file_range(int fd, off64_t offset, off64_t nbytes, unsigned int flags);
Note:
See TracChangeset
for help on using the changeset viewer.