diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-02-08 22:40:17 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-02-08 22:40:17 +0000 |
commit | 1a2c9641465f2c64fbb49749688ca465ad3cd6fe (patch) | |
tree | ca3cdb783459f014263c7ca200d0a66b8e9856b8 /include/string.h | |
parent | 7cccb9c2531088502492d92e8632159653de6290 (diff) |
Add strverscmp() and versionsort[64]().
By Hai Zaar (haizaar AT codefidence.com)
Diffstat (limited to 'include/string.h')
-rw-r--r-- | include/string.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/string.h b/include/string.h index ab1076565..6d6469100 100644 --- a/include/string.h +++ b/include/string.h @@ -422,11 +422,9 @@ libc_hidden_proto(strsep) #ifdef __USE_GNU /* Compare S1 and S2 as strings holding name & indices/version numbers. */ -# if 0 extern int strverscmp (__const char *__s1, __const char *__s2) __THROW __attribute_pure__ __nonnull ((1, 2)); libc_hidden_proto(strverscmp) -# endif /* Return a string describing the meaning of the signal number in SIG. */ extern char *strsignal (int __sig) __THROW; |