merging from no_bogosity
From-SVN: r29924
This commit is contained in:
parent
bf66d77aa5
commit
9ffe22f9f2
@ -83,7 +83,7 @@
|
||||
# define volatile
|
||||
#endif
|
||||
|
||||
STATIC volatile bool read_pipe_timeout;
|
||||
STATIC volatile t_bool read_pipe_timeout;
|
||||
|
||||
static t_pchar def_args[] =
|
||||
{ (char *) NULL, (char *) NULL };
|
||||
|
@ -72,17 +72,22 @@ typedef struct
|
||||
|
||||
typedef char *t_pchar;
|
||||
|
||||
#ifndef NOPROCESS
|
||||
#define NOPROCESS ((pid_t) -1)
|
||||
#define NULLPROCESS ((pid_t)0)
|
||||
|
||||
#define EXIT_PANIC 99
|
||||
|
||||
#ifndef HAVE_T_BOOL_ENUM
|
||||
#define HAVE_T_BOOL_ENUM
|
||||
typedef enum
|
||||
{
|
||||
BOOL_FALSE, BOOL_TRUE
|
||||
} bool;
|
||||
} t_bool;
|
||||
#endif
|
||||
|
||||
#define _P_(p) ()
|
||||
#endif
|
||||
|
||||
char *run_shell _P_ (( const char *pzCmd));
|
||||
pid_t proc2_fopen _P_ (( t_pf_pair * p_pair, t_pchar * pp_args));
|
||||
|
Loading…
Reference in New Issue
Block a user