This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug regex/1054] regex_internal.h redefines __mempcpy when used outside libc


------- Additional Comments From drepper at redhat dot com  2005-09-06 16:35 -------
This is all wrong.  I have no interest to waste my time on unsupported paltforms
just because some people think supporting worthless platforms is useful.  If you
want to do it, do it all by yourself.  I'm willing to accept a patch which
removes all of those !_LIBC handling (especially in headers) as much as possible
and add

#ifndef _LIBC
# include "regex-no-glibc.h"
#endif

This file would not be present in glibc and you can define all the crap you want
in it for gnulib.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=1054

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]