Changeset 612 for trunk/kernel/libk
- Timestamp:
- Jan 11, 2019, 6:35:07 PM (6 years ago)
- Location:
- trunk/kernel/libk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/libk/list.h
r610 r612 78 78 79 79 /*************************************************************************** 80 * This macro returns t he first element of a rooted double linkedlist.80 * This macro returns t pointer on the first element of a list. 81 81 *************************************************************************** 82 82 * @ root : pointer on the list root … … 89 89 90 90 /*************************************************************************** 91 * This macro returns the last element of a rooted double linkedlist.91 * This macro returns a pointer on the last element of a list. 92 92 *************************************************************************** 93 93 * @ root : pointer on the list root -
trunk/kernel/libk/xhtab.c
r610 r612 238 238 remote_busylock_release( XPTR( xhtab_cxy , &xhtab_ptr->lock ) ); 239 239 240 return EINVAL;240 return -1; 241 241 } 242 242 else // insert item if not found
Note: See TracChangeset
for help on using the changeset viewer.