Bug 7936 - strverscmp.c out of date with glibc
Summary: strverscmp.c out of date with glibc
Status: RESOLVED FIXED
Alias: None
Product: uClibc
Classification: Unclassified
Component: Other (show other bugs)
Version: 0.9.33.2
Hardware: PC Linux
: P5 minor
Target Milestone: 0.9.34
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-17 18:03 UTC by Ralph Siemsen
Modified: 2015-03-18 21:54 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph Siemsen 2015-03-17 18:03:08 UTC
The version of strverscmp provided in uClibc0.33.2 (and git head) is a little behind the glibc version. There is a bugfix [PR9913] that is fixed in the glibc version. It is pretty minor, but would be nice to have uClibc updated to match.

Glibc bugfix: https://sourceware.org/bugzilla/show_bug.cgi?id=9913

Glibc latest source: https://sourceware.org/git/?p=glibc.git;a=blob_plain;f=string/strverscmp.c;hb=HEAD
Comment 1 Bernhard Reutner-Fischer 2015-03-18 21:54:19 UTC
Update in current master.

Thanks,