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

(-)include/libiberty.h.orig (+3 lines)
Lines 554-561 Link Here
554
/* Like sprintf but provides a pointer to malloc'd storage, which must
554
/* Like sprintf but provides a pointer to malloc'd storage, which must
555
   be freed by the caller.  */
555
   be freed by the caller.  */
556
556
557
/* asprintf may be declared as a macro by glibc with __USE_FORTIFY_LEVEL.  */
558
#ifndef asprintf
557
extern int asprintf (char **, const char *, ...) ATTRIBUTE_PRINTF_2;
559
extern int asprintf (char **, const char *, ...) ATTRIBUTE_PRINTF_2;
558
#endif
560
#endif
561
#endif
559
562
560
#if !HAVE_DECL_VASPRINTF
563
#if !HAVE_DECL_VASPRINTF
561
/* Like vsprintf but provides a pointer to malloc'd storage, which
564
/* Like vsprintf but provides a pointer to malloc'd storage, which

Return to bug 232968