Mercurial > hg > octave-lyh
comparison liboctave/oct-syscalls.h @ 6321:363a2f8c9e97
[project @ 2007-02-16 20:26:23 by dbateman]
author | dbateman |
---|---|
date | Fri, 16 Feb 2007 20:27:46 +0000 |
parents | 143b556ce725 |
children | 93c65f2a5668 |
comparison
equal
deleted
inserted
replaced
6320:6338017166e4 | 6321:363a2f8c9e97 |
---|---|
65 static pid_t waitpid (pid_t, int *status, int); | 65 static pid_t waitpid (pid_t, int *status, int); |
66 static pid_t waitpid (pid_t, int *status, int, std::string&); | 66 static pid_t waitpid (pid_t, int *status, int, std::string&); |
67 | 67 |
68 static int kill (pid_t, int); | 68 static int kill (pid_t, int); |
69 static int kill (pid_t, int, std::string&); | 69 static int kill (pid_t, int, std::string&); |
70 | |
71 static pid_t popen2 (const std::string&, const string_vector&, bool, int *); | |
72 static pid_t popen2 (const std::string&, const string_vector&, bool, int *, std::string&); | |
73 static pid_t popen2 (const std::string&, const string_vector&, bool, int *, std::string&, bool &interactive); | |
70 }; | 74 }; |
71 | 75 |
72 #endif | 76 #endif |
73 | 77 |
74 /* | 78 /* |