Changeset 1916d1f in mainline for uspace/lib/posix/sys/types.h
- Timestamp:
- 2011-07-12T13:41:26Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 50fc490
- Parents:
- 11809eab (diff), 6817eba (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/sys/types.h
r11809eab r1916d1f 43 43 typedef unsigned int posix_uid_t; 44 44 typedef unsigned int posix_gid_t; 45 typedef aoff64_t posix_off_t;46 typedef unsigned intposix_blksize_t;47 typedef unsigned intposix_blkcnt_t;48 typedef uint64_t posix_pid_t;45 typedef off64_t posix_off_t; 46 typedef long posix_blksize_t; 47 typedef long posix_blkcnt_t; 48 typedef int64_t posix_pid_t; 49 49 typedef sysarg_t posix_dev_t; 50 50
Note:
See TracChangeset
for help on using the changeset viewer.