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 4d59c62 commit 7be048fCopy full SHA for 7be048f
Modules/posixmodule.c
@@ -175,13 +175,13 @@
175
# define HAVE_PWRITEV_RUNTIME (pwritev != NULL)
176
# endif
177
178
-# ifdef HAVE_MKFIFOAT
+# ifdef HAVE_MKFIFOAT
179
# define HAVE_MKFIFOAT_RUNTIME (mkfifoat!= NULL)
180
-# endif
+# endif
181
182
-# ifdef HAVE_MKNODAT_RUNTIME
+# ifdef HAVE_MKNODAT_RUNTIME
183
# define HAVE_MKNODAT_RUNTIME (mknodat != NULL)
184
185
186
#endif
187
0 commit comments