Upstream qmail 1.01
[qmail] / fork.h1
CommitLineData
2117e02e
MW
1#ifndef FORK_H
2#define FORK_H
3
4extern int fork();
5#define vfork fork
6
7#endif