forked from KolibriOS/kolibrios
intel-2d: sna-2.99.906
git-svn-id: svn://kolibrios.org@4501 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -261,7 +261,7 @@ static inline void list_move_tail(struct list *list, struct list *head)
|
||||
* @return True if the list contains one or more elements or False otherwise.
|
||||
*/
|
||||
static inline bool
|
||||
list_is_empty(struct list *head)
|
||||
list_is_empty(const struct list *head)
|
||||
{
|
||||
return head->next == head;
|
||||
}
|
||||
|
Reference in New Issue
Block a user