/[rtmk]/rtmk/task.c
ViewVC logotype

Diff of /rtmk/task.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by jrydberg, Thu Dec 13 02:09:38 2001 UTC revision 1.4 by jrydberg, Tue Jan 29 18:31:45 2002 UTC
# Line 79  task_create (struct task *parent_task, b Line 79  task_create (struct task *parent_task, b
79    return KERN_SUCCESS;    return KERN_SUCCESS;
80  }  }
81    
82    /* Terminate TASK and release all resources held by it.  */
83    
84    kern_return_t
85    task_terminate (struct task *task)
86    {
87      panic ("task panic");
88    }
89    
90  void  void
91  task_init (void)  task_init (void)
92  {  {

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26