Removed fork() prototype from w32lib.h.
authorAndrej Kacian <ticho@claws-mail.org>
Thu, 18 Aug 2016 21:40:16 +0000 (23:40 +0200)
committerAndrej Kacian <ticho@claws-mail.org>
Thu, 18 Aug 2016 21:40:16 +0000 (23:40 +0200)
fork() is builtin in mingw.

src/common/w32lib.h

index cfa8e533929f9a1177d0722c89e9d2b9ebbdbd3c..26e2c8ac2e265d7b29e213afff83f574224f3eb1 100644 (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 ***/