mirror of
https://github.com/drasko/codezero.git
synced 2026-07-08 00:14:12 +02:00
Added posix code
This commit is contained in:
13
conts/posix/mm0/include/exit.h
Normal file
13
conts/posix/mm0/include/exit.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* Definitions for do_exit() flags
|
||||
*
|
||||
* Copyright (C) 2008 Bahadir Balban
|
||||
*/
|
||||
|
||||
#ifndef __EXIT_H__
|
||||
#define __EXIT_H__
|
||||
|
||||
void do_exit(struct tcb *task, int status);
|
||||
int execve_recycle_task(struct tcb *new, struct tcb *orig);
|
||||
|
||||
#endif /* __EXIT_H__ */
|
||||
Reference in New Issue
Block a user