bug-gnulib
[Top][All Lists]
Advanced

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

Re: [bug-gnulib] Re: strnlen.h needed?


From: Bruno Haible
Subject: Re: [bug-gnulib] Re: strnlen.h needed?
Date: Mon, 14 Mar 2005 17:14:20 +0100
User-agent: KMail/1.5

Simon Josefsson wrote:
> +#if defined HAVE_DECL_STRNLEN && !HAVE_DECL_STRNLEN
> +extern size_t strnlen(const char *s, size_t maxlen);
> +#endif

Are you aware of some platforms which have strnlen(), but don't declare it?
If yes, we need to move the AC_CHECK_DECLS(strnlen) from strndup.m4 to
strnlen.m4. If no, we should drop the AC_CHECK_DECLS(strnlen).

Bruno





reply via email to

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