Removed fork() prototype from w32lib.h.

fork() is builtin in mingw.
This commit is contained in:
Andrej Kacian 2016-08-18 23:40:16 +02:00
parent 53a6a5a53c
commit c9c7295006

View file

@ -194,7 +194,6 @@ int gettimeofday( struct timeval *tv, struct timezone *tz );
/*** unistd ***/
int setpgid( pid_t pid, pid_t pgid );
pid_t getppid( void );
pid_t fork( void );
unsigned int sleep( unsigned int seconds );
/*** stdlib ***/