bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnulib] stpncpy and AIX


From: Jim Meyering
Subject: Re: [Bug-gnulib] stpncpy and AIX
Date: Thu, 25 Sep 2003 19:41:21 +0200

Bruno Haible <address@hidden> wrote:
> AIX 4 has a function stpncpy, which does not work like the one in gnulib.
> Here is a patch which disables the use of the system function stpncpy
> on all platforms except glibc.
>
> Any objections?

How does its behavior differ?
What about having an autoconf test detect it, and then
compile the replacement function only if necessary?
This could use the same sort of mechanism as is used for many other
rpl_ replacement functions.

I'd rather not have to try to remember to use the gnu_ prefix
in gnu_stpncpy.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]