bug-gnulib
[Top][All Lists]
Advanced

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

Re: strnlen on OSX & C++


From: Bruno Haible
Subject: Re: strnlen on OSX & C++
Date: Sun, 11 Apr 2010 22:27:10 +0200
User-agent: KMail/1.9.9

> The problem here is that gnulib's handling of strnlen is using an ancient
> idiom.

The same ancient idiom is also in a few other places:
  m4/calloc.m4:   AC_DEFINE([calloc], [rpl_calloc],
  m4/getopt.m4:  AC_DEFINE([__GETOPT_PREFIX], [[rpl_]],
  m4/timegm.m4:       AC_DEFINE([mktime], [rpl_mktime],
  m4/poll.m4:    AC_DEFINE([poll], [rpl_poll],

I don't know if this will leads to problems.

Bruno




reply via email to

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