home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / posix / unistd / fork.txh < prev    next >
Encoding:
Text File  |  1995-07-10  |  291 b   |  10 lines

  1. @c ----------------------------------------------------------------------
  2. @node fork, unix
  3.  
  4. @subheading Description
  5.  
  6. This function always returns -1 and sets @code{errno} to ENOMEM, as
  7. MS-DOS does not support multiple processes.  It exists only to assist
  8. in porting Unix programs.
  9.  
  10.