Changes in / [8e9d567:13d33a75]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/iocall.cfa

    r8e9d567 r13d33a75  
    150150        extern int fsync(int fd);
    151151
    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;
    157153        typedef __off64_t off64_t;
    158154        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.