2 changed files with 34 additions and 3 deletions
@ -0,0 +1,11 @@
|
||||
Index: include/common/mini-clist.h
|
||||
--- include/common/mini-clist.h.orig 2015-10-13 18:52:22.000000000 +0200
|
||||
+++ include/common/mini-clist.h 2015-10-14 20:07:40.605705265 +0200
|
||||
@@ -67,6 +67,7 @@
|
||||
#undef LIST_HEAD
|
||||
#undef LIST_INIT
|
||||
#undef LIST_NEXT
|
||||
+#undef LIST_PREV
|
||||
|
||||
/* ILH = Initialized List Head : used to prevent gcc from moving an empty
|
||||
* list to BSS. Some older version tend to trim all the array and cause
|
||||
Loading…
Reference in new issue