b786255fd7465cb09d1b65a13cb7619f652e1baa
[qmail] / fork.h1
1 #ifndef FORK_H
2 #define FORK_H
3
4 extern int fork();
5 #define vfork fork
6
7 #endif