Skip to content

Commit e96e67d

Browse files
committed
unconditionally define pid_t to int on windows
1 parent a1f2004 commit e96e67d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/graalpy-pyconfig/pyconfig_template.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
#define __SIZEOF_UINTPTR_T__ 8
106106
#define __SIZEOF_POINTER__ 8
107107
#define __SIZEOF_WCHAR_T__ 2
108+
#define pid_t int
108109
#endif
109110

110111
// defines based on Clang defines

0 commit comments

Comments
 (0)