Concurrent Versions System - Patches: patch #8958, Allow CVS to compile on platforms...
You are not allowed to post comments on this tracker with your current authentication level.
patch #8958: Allow CVS to compile on platforms with mempcpy that are not GNU libc
Submitter: | A. Wilcox <awilfox> | ||
Submitted: | Sun 27 Mar 2016 11:12:13 PM UTC | ||
Category: | Feature (patch attached) | Priority: | 7 - High |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Fixed Release: | None | Fixed Feature Release: | None |
Attached Files
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2016-03-27 | awilfox | Attached File | - | ![]() |
Added cvs-1.12.12-mempcpy.patch, #36783 |
The musl libc provides the mempcpy function, but the regex code (from gnulib, I believe) prefixes it with __ which is not exported by musl. This patch fixes that deficiency.