X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=list.h;h=47ce33b51c45ec61cf90bad1cf182d67734eb2b7;hb=768a69b3cedfebde10825847e42f35ed4aee1856;hp=8425aff9da71e1efff2eac72642937fcbd6a03a2;hpb=92da3a9bcc4934c04766e6e60aff254c04e92e97;p=project%2Flibubox.git diff --git a/list.h b/list.h index 8425aff..47ce33b 100644 --- a/list.h +++ b/list.h @@ -45,6 +45,7 @@ struct list_head { }; #define LIST_HEAD_INIT(name) { &(name), &(name) } +#undef LIST_HEAD #define LIST_HEAD(name) struct list_head name = LIST_HEAD_INIT(name) static inline void