aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/ms-w32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h
index 5c6d1d07c20..3e5d9c865bb 100644
--- a/src/s/ms-w32.h
+++ b/src/s/ms-w32.h
@@ -365,6 +365,9 @@ Boston, MA 02110-1301, USA. */
365#define ftruncate _chsize 365#define ftruncate _chsize
366#define getw _getw 366#define getw _getw
367#define getpid _getpid 367#define getpid _getpid
368#ifdef _MSC_VER
369typedef int pid_t;
370#endif
368#define isatty _isatty 371#define isatty _isatty
369#define logb _logb 372#define logb _logb
370#define _longjmp longjmp 373#define _longjmp longjmp