Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.cvs.bug > #207

[patch #8958] Allow CVS to compile on platforms with mempcpy that are not GNU libc

From "A. Wilcox" <INVALID.NOREPLY@gnu.org>
Newsgroups gnu.cvs.bug
Subject [patch #8958] Allow CVS to compile on platforms with mempcpy that are not GNU libc
Date 2016-03-27 23:12 +0000
Message-ID <mailman.8483.1459120340.843.bug-cvs@nongnu.org> (permalink)

Show all headers | View raw


URL:
  <http://savannah.nongnu.org/patch/?8958>

                 Summary: Allow CVS to compile on platforms with mempcpy that
are not GNU libc
                 Project: Concurrent Versions System
            Submitted by: awilfox
            Submitted on: Sun 27 Mar 2016 23:12:13 GMT
                Category: Feature (patch attached)
                Priority: 7 - High
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
           Fixed Release: None
   Fixed Feature Release: None

    _______________________________________________________

Details:

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.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sun 27 Mar 2016 23:12:13 GMT  Name: cvs-1.12.12-mempcpy.patch  Size:
537B   By: awilfox

<http://savannah.nongnu.org/patch/download.php?file_id=36783>

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?8958>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/

Back to gnu.cvs.bug | Previous | Next | Find similar


Thread

[patch #8958] Allow CVS to compile on platforms with mempcpy that are not GNU libc "A. Wilcox" <INVALID.NOREPLY@gnu.org> - 2016-03-27 23:12 +0000

csiph-web