Changeset 737 for GPL/branches/uniaud32-exp/include/linux/stddef.h
- Timestamp:
- Sep 18, 2022, 7:39:50 AM (3 years ago)
- File:
-
- 1 edited
-
GPL/branches/uniaud32-exp/include/linux/stddef.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-exp/include/linux/stddef.h
r305 r737 10 10 11 11 #undef offsetof 12 #define offsetof( TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)12 #define offsetof(__typ,__id) ((size_t)&(((__typ*)0)->__id)) 13 13 14 14 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
