From c9c7295006daf90a3860305a3a6836c99bfcde11 Mon Sep 17 00:00:00 2001 From: Andrej Kacian Date: Thu, 18 Aug 2016 23:40:16 +0200 Subject: [PATCH] Removed fork() prototype from w32lib.h. fork() is builtin in mingw. --- src/common/w32lib.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/w32lib.h b/src/common/w32lib.h index cfa8e5339..26e2c8ac2 100644 --- 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 ***/ -- 2.25.1