diff options
author | Mike Frysinger <vapier@gentoo.org> | 2020-02-13 00:24:52 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-01-02 21:51:14 -0500 |
commit | 37d0bb1f5b53aadfcce98829c463349ef5e30e98 (patch) | |
tree | 04bcc52cf4af3f5a4c97f79001bec3f639a5ab59 /include | |
parent | 2eacfdbd6a2ccd5348c520d186bca2abef003413 (diff) | |
download | gcc-37d0bb1f5b53aadfcce98829c463349ef5e30e98.tar.gz |
libiberty.h: punt duplicate strverscmp prototype
SVN r216772 accidentally copied & pasted this prototype when adding
other ones nearby.
include/ChangeLog:
* libiberty.h (strverscmp): Delete duplicate prototype.
Diffstat (limited to 'include')
-rw-r--r-- | include/libiberty.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/libiberty.h b/include/libiberty.h index 591e9ac48d4..46d394728c7 100644 --- 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, ...); |