View | Details | Raw Unified | Return to bug 210938
Collapse All | Expand All

(-)glob/glob.c (-1 lines)
Lines 203-209 my_realloc (p, n) Link Here
203
    return (char *) malloc (n);
203
    return (char *) malloc (n);
204
  return (char *) realloc (p, n);
204
  return (char *) realloc (p, n);
205
}
205
}
206
# define	realloc	my_realloc
207
# endif /* __SASC */
206
# endif /* __SASC */
208
#endif /* __GNU_LIBRARY__ || __DJGPP__ */
207
#endif /* __GNU_LIBRARY__ || __DJGPP__ */
209
208

Return to bug 210938