Changeset 631281d in mainline
- Timestamp:
- 2018-09-22T14:38:04Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 97b1dfc2
- Parents:
- cbc3587
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/include/posix/sys/types.h
rcbc3587 r631281d 37 37 #define POSIX_SYS_TYPES_H_ 38 38 39 #include <offset.h>40 39 #include <types/common.h> 41 40 … … 44 43 typedef unsigned int uid_t; 45 44 typedef unsigned int gid_t; 46 typedef off64_t off_t;45 typedef int64_t off_t; 47 46 typedef long blksize_t; 48 47 typedef long blkcnt_t;
Note:
See TracChangeset
for help on using the changeset viewer.