We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1fcb3 commit 52525adCopy full SHA for 52525ad
contrib/win32/win32compat/inc/defs.h
@@ -70,7 +70,9 @@ typedef int sigset_t;
70
71
typedef unsigned short _mode_t;
72
typedef _mode_t mode_t;
73
-typedef DWORD_PTR pid_t;
+/* TODO - investigate if it makes sense to make pid_t a DWORD_PTR.
74
+ * Double check usage of pid_t as int */
75
+typedef int pid_t;
76
77
/* wait pid options */
78
#define WNOHANG 1
0 commit comments