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 e39f8bf commit 0976d96Copy full SHA for 0976d96
public/crtlib.h
@@ -288,7 +288,7 @@ static inline char *Q_stristr( const char *s1, const char *s2 )
288
char *Q_stristr( const char *s1, const char *s2 );
289
#endif // !HAVE_STRCASESTR
290
291
-#if HAVE_STRCHRNUL
+#if HAVE_STRCHRNUL && !XASH_IOS
292
#define Q_strchrnul strchrnul
293
#else // !HAVE_STRCHRNUL
294
static inline char *Q_strchrnul( const char *s, int c )
0 commit comments