[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

vfork

Syntax

 
#include <unistd.h>

pid_t vfork(void);

Description

This function always returns -1 and sets `errno' to ENOMEM, as MS-DOS does not support multiple processes. It exists only to assist in porting Unix programs.

Portability

ANSI/ISO C No
POSIX No