bug-gnulib
[Top][All Lists]
Advanced

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

Re: [bug-gnulib] getdelim declaration conflict on HP-UX 11.x


From: Paul Eggert
Subject: Re: [bug-gnulib] getdelim declaration conflict on HP-UX 11.x
Date: Mon, 20 Dec 2004 14:30:37 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

James Youngman <address@hidden> writes:

> The attached email shows how on some versions of HPUX, <stdio.h> also
> declared getdelim(), but with a size_t return type.

Which version of HPUX is that?  getdelim and getline aren't listed in
the latest HP-UX reference manual
<http://docs.hp.com/en/B2355-60105/index.html>.

> However, /usr/local/include/stdio.h uses size_t return values:
> What's the best way to handle this?

If they're messing with locally-installed stdio.h files, my first
suggestion would be to remove those files, as they'll probably break
other packages too.  I've never heard of getdelim returning size_t,
and I can't find any evidence of such things on the the net.  For now
I'd make this low priority, as it appears to be a local aberration.




reply via email to

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