LIST_DEL

Section: (9)
Updated: 09 April 2004
Index Return to Main Contents

 

NAME

list_del - deletes entry from list.  

SYNOPSIS

void list_del (struct list_head * entry);  

ARGUMENTS

entry
the element to delete from the list.
 

NOTE

list_empty on entry does not return true after this, the entry is in an undefined state.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
NOTE
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 09:20:06 GMT, April 09, 2004