L4Re/departure

libext2fs/lib/libet/internal.h

617:2733e5770ee9
9 months ago Paul Boddie Made the run command wait for completion, introducing the spawn command to run programs in the background. Introduced conveniences for waiting for the last job to be initiated and for piping from the last job, also subscribing to signals from pipe-supplying jobs so that they may be transparently removed from the job list upon completion. Augmented the job listing with the "+" notation familiar from Unix. Prevented new jobs from being started when no job slots are available.
     1 /*     2  * internal include file for com_err package     3  *     4  * Permission to use, copy, modify, and distribute this software and     5  * its documentation for any purpose is hereby granted, provided that     6  * the names of M.I.T. and the M.I.T. S.I.P.B. not be used in     7  * advertising or publicity pertaining to distribution of the software     8  * without specific, written prior permission.  M.I.T. and the     9  * M.I.T. S.I.P.B. make no representations about the suitability of    10  * this software for any purpose.  It is provided "as is" without    11  * express or implied warranty.    12  */    13     14 #include <errno.h>    15     16 #ifdef NEED_SYS_ERRLIST    17 extern char const * const sys_errlist[];    18 extern const int sys_nerr;    19 #endif