wait.h

Go to the documentation of this file.
00001 /*
00002 ** wait.h for lseos in lseos-lib/libc/sysinterf
00003 ** 
00004 ** Copyright (c)2004 Vianney Rancurel
00005 ** Login   <vianney@epita.fr>
00006 ** 
00007 ** Started on  Fri Apr 30 12:27:04 2004 Vianney Rancurel
00008 ** Last update Mon Nov 29 18:19:10 2004 Vianney Rancurel
00009 */
00010 #ifndef __SYSINTERF_WAIT_H__
00011 #define __SYSINTERF_WAIT_H__
00012 
00013 /* PROTO wait4.c */
00014 /* wait4.c */
00015 pid_t wait4(pid_t wpid, int *status, int options, struct rusage *rusage);
00016 pid_t wait3(int *status, int options, struct rusage *rusage);
00017 pid_t wait(int *status);
00018 pid_t waitpid(pid_t wpid, int *status, int options);
00019 #endif

Generated on Wed May 24 23:04:17 2006 for LSE/OS by  doxygen 1.4.6