Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 287343
Collapse All | Expand All

(-)poptconfig.c.old (-1 / +1 lines)
Lines 42-48 Link Here
42
/*@=declundef =exportheader =incondefs =protoparammatch =redecl =type @*/
42
/*@=declundef =exportheader =incondefs =protoparammatch =redecl =type @*/
43
#endif	/* __LCLINT__ */
43
#endif	/* __LCLINT__ */
44
44
45
#if !defined(__GLIBC__)
45
#if !defined(__GLIBC__) && !defined(__MINTLIB__)
46
/* Return nonzero if PATTERN contains any metacharacters.
46
/* Return nonzero if PATTERN contains any metacharacters.
47
   Metacharacters can be quoted with backslashes if QUOTE is nonzero.  */
47
   Metacharacters can be quoted with backslashes if QUOTE is nonzero.  */
48
static int
48
static int

Return to bug 287343