Skip to content

Commit 6661415

Browse files
committed
update patch
1 parent b5aa78a commit 6661415

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipe/patches/0024-Do-not-define-pid_t-as-it-might-conflict-with-the-ac.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ index 51e34b5f4b7..d88b1c7fee9 100644
3333
# if defined(MS_WINDOWS_DESKTOP) || defined(MS_WINDOWS_SYSTEM)
3434
# define HAVE_SYMLINK
3535
# endif /* MS_WINDOWS_DESKTOP | MS_WINDOWS_SYSTEM */
36-
+# typedef int pid_t;
36+
+typedef int pid_t;
3737
#endif
3838

3939
#ifndef MS_WINDOWS

0 commit comments

Comments
 (0)