diff options
Diffstat (limited to 'jobcontrol.h')
-rw-r--r-- | jobcontrol.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jobcontrol.h b/jobcontrol.h new file mode 100644 index 0000000..b80f792 --- /dev/null +++ b/jobcontrol.h @@ -0,0 +1,3 @@ +#include <sys/types.h> + +pid_t pidfrom(const char *s); |