Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 1655 → Rev 1656

/uspace/trunk/libc/arch/mips32/src/thread.c
26,6 → 26,12
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
/** @addtogroup libcmips32
* @{
*/
/** @file
*/
 
#include <thread.h>
#include <malloc.h>
 
48,3 → 54,7
{
free(tcb);
}
 
/** @}
*/