Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1597 → Rev 1596

/kernel/trunk/generic/src/proc/task.c
49,7 → 49,6
#include <elf.h>
#include <errno.h>
#include <syscall/copy.h>
#include <console/klog.h>
 
#ifndef LOADED_PROG_STACK_PAGES_NO
#define LOADED_PROG_STACK_PAGES_NO 1
402,7 → 401,6
ipc_cleanup();
futex_cleanup();
klog_printf("Cleanup of task %lld completed.", TASK->taskid);
}
 
/** Kernel task used to kill a userspace task when its main thread exits.