Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1865 → Rev 1866

/trunk/uspace/libc/include/libadt/list.h
26,16 → 26,16
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libc
/** @addtogroup libc
* @{
*/
/** @file
*/
 
#ifndef __LIST_H__
#define __LIST_H__
#ifndef LIBC_LIST_H_
#define LIBC_LIST_H_
 
#include<unistd.h>
#include <unistd.h>
 
#ifndef true
# define true 1
190,8 → 190,5
 
#endif
 
 
/** @}
/** @}
*/