]> git.meshlink.io Git - meshlink/blobdiff - lib/pidfile.c
Sync CABAL branch with release-1_0 branch.
[meshlink] / lib / pidfile.c
index 2dea70b9ceed5f4ac617501fe329ffbff0dea830..368dad45080d08ac7c6154b06ef8ac4aeda134e4 100644 (file)
@@ -27,6 +27,7 @@
 
 #include "system.h"
 
+#ifndef HAVE_MINGW
 /* read_pid
  *
  * Reads the specified pidfile and returns the read pid.
@@ -127,4 +128,4 @@ int remove_pid (char *pidfile)
 {
   return unlink (pidfile);
 }
-  
+#endif