projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2eacfdb
)
libiberty.h: punt duplicate strverscmp prototype
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 13 Feb 2020 05:24:52 +0000
(
00:24
-0500)
committer
Mike Frysinger
<vapier@gentoo.org>
Sun, 3 Jan 2021 02:51:14 +0000
(21:51 -0500)
SVN r216772 accidentally copied & pasted this prototype when adding
other ones nearby.
include/ChangeLog:
* libiberty.h (strverscmp): Delete duplicate prototype.
include/libiberty.h
patch
|
blob
|
history
diff --git
a/include/libiberty.h
b/include/libiberty.h
index 591e9ac48d44529274817eb123381626b1c777cc..46d394728c7522b65a73a2793887a4d291b688e1 100644
(file)
--- a/
include/libiberty.h
+++ b/
include/libiberty.h
@@
-713,11
+713,6
@@
extern unsigned long long int strtoull (const char *nptr,
char **endptr, int base);
#endif
-#if defined(HAVE_DECL_STRVERSCMP) && !HAVE_DECL_STRVERSCMP
-/* Compare version strings. */
-extern int strverscmp (const char *, const char *);
-#endif
-
/* Set the title of a process */
extern void setproctitle (const char *name, ...);