Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
12 lines
499 B
Diff
12 lines
499 B
Diff
--- origsrc/poptconfig.c 2009-05-20 08:18:07.000000000 -0500
|
|
+++ src/poptconfig.c 2012-03-29 18:13:46.869286100 -0500
|
|
@@ -42,7 +42,7 @@ extern int glob_pattern_p (const char *_
|
|
/*@=declundef =exportheader =incondefs =protoparammatch =redecl =type @*/
|
|
#endif /* __LCLINT__ */
|
|
|
|
-#if !defined(__GLIBC__)
|
|
+#if !defined(__GLIBC__) && !defined(__CYGWIN__)
|
|
/* Return nonzero if PATTERN contains any metacharacters.
|
|
Metacharacters can be quoted with backslashes if QUOTE is nonzero. */
|
|
static int
|