Change the vfork() declaration to match the prototype, and thus fix the build.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19518 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
int
|
pid_t
|
||||||
vfork ()
|
vfork (void)
|
||||||
{
|
{
|
||||||
return (fork ());
|
return (fork ());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user