merge from gcc
This commit is contained in:
parent
deda48a9fb
commit
84600df21d
@ -1,3 +1,9 @@
|
||||
2014-06-10 Thomas Schwinge <thomas@codesourcery.com>
|
||||
|
||||
PR lto/61334
|
||||
* libiberty.h [defined (HAVE_DECL_STRNLEN) &&
|
||||
!HAVE_DECL_STRNLEN] (strnlen): New prototype.
|
||||
|
||||
2014-05-21 John Marino <gnugcc@marino.st>
|
||||
|
||||
* liberty.h: Use basename function on DragonFly.
|
||||
|
@ -636,6 +636,10 @@ extern int snprintf (char *, size_t, const char *, ...) ATTRIBUTE_PRINTF_3;
|
||||
extern int vsnprintf (char *, size_t, const char *, va_list) ATTRIBUTE_PRINTF(3,0);
|
||||
#endif
|
||||
|
||||
#if defined (HAVE_DECL_STRNLEN) && !HAVE_DECL_STRNLEN
|
||||
extern size_t strnlen (const char *, size_t);
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_DECL_STRVERSCMP) && !HAVE_DECL_STRVERSCMP
|
||||
/* Compare version strings. */
|
||||
extern int strverscmp (const char *, const char *);
|
||||
|
Loading…
x
Reference in New Issue
Block a user