projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' into next
[paraslash.git]
/
list.h
diff --git
a/list.h
b/list.h
index
db2e849
..
80f36a1
100644
(file)
--- a/
list.h
+++ b/
list.h
@@
-34,7
+34,7
@@
struct list_head {
};
/** Define an initialized list head. */
};
/** Define an initialized list head. */
-#define LIST_HEAD(name) struct list_head name = { &(name), &(name) }
+#define
INITIALIZED_
LIST_HEAD(name) struct list_head name = { &(name), &(name) }
/** must be called before using any other list functions */
/** must be called before using any other list functions */