Changeset 7354b5e in mainline for uspace/lib/c
- Timestamp:
- 2017-06-10T10:06:39Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 63e27ef
- Parents:
- e299dbe
- Location:
- uspace/lib/c/include
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/offset.h
re299dbe r7354b5e 36 36 #define LIBC_OFFSET_H_ 37 37 38 #include <libarch/types.h>39 38 #include <stdint.h> 40 39 … … 47 46 #define AOFF64_MAX UINT64_MAX 48 47 48 /* off64_t, aoff64_t */ 49 #define PRIdOFF64 PRId64 50 #define PRIuOFF64 PRIu64 51 #define PRIxOFF64 PRIx64 52 #define PRIXOFF64 PRIX64 49 53 50 54 /** Relative offset */
Note:
See TracChangeset
for help on using the changeset viewer.