X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Flibnl-tiny%2Fsrc%2Finclude%2Fnetlink-local.h;h=f952bbea45a2f8cff87bd79f72525c2182fd7749;hb=7d17ec5b51914beaf8b18cf34a7ff1161b5ee4b1;hp=a2000fa2ffffeb1b8d1831dbae874be39708b241;hpb=ec1f198488ac782ef6224a19be830d5f3619746f;p=openwrt-10.03%2F.git diff --git a/package/libnl-tiny/src/include/netlink-local.h b/package/libnl-tiny/src/include/netlink-local.h index a2000fa2f..f952bbea4 100644 --- a/package/libnl-tiny/src/include/netlink-local.h +++ b/package/libnl-tiny/src/include/netlink-local.h @@ -109,7 +109,9 @@ static inline int nl_cb_call(struct nl_cb *cb, int type, struct nl_msg *msg) } #define ARRAY_SIZE(X) (sizeof(X) / sizeof((X)[0])) +#ifndef offsetof #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) +#endif #define __init __attribute__ ((constructor)) #define __exit __attribute__ ((destructor))