commit c9c7295006daf90a3860305a3a6836c99bfcde11
parent 53a6a5a53c7a2ba98e40a65f54680bff5338cae4
Author: Andrej Kacian <ticho@claws-mail.org>
Date: Thu, 18 Aug 2016 23:40:16 +0200
Removed fork() prototype from w32lib.h.
fork() is builtin in mingw.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/common/w32lib.h b/src/common/w32lib.h
@@ -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 ***/