[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnulib] getdelim declaration conflict on HP-UX 11.x
From: |
Nelson H. F. Beebe |
Subject: |
Re: [bug-gnulib] getdelim declaration conflict on HP-UX 11.x |
Date: |
Tue, 21 Dec 2004 08:36:38 -0700 (MST) |
>> 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
On HP-UX 10.20 PA-RISC, this command produces no output:
% find /usr/include/ -type f | xargs egrep 'getdelim|getline'
On HP-UX 11.23 Itanium-2, it find only getline, and then only in C++
header files. As an extra check, I did this experiment:
% echo '#include <stdio.h>' > foo.c
% cc -E foo.c | egrep 'getdelim|getline'
% c89 -E foo.c | egrep 'getdelim|getline'
% c99 -E foo.c | egrep 'getdelim|getline'
% c99 -AC99 -E foo.c | egrep 'getdelim|getline'
% gcc -E foo.c | egrep 'getdelim|getline'
None produced any output.
On HP-UX 11.11 PA-RISC, the find command turned up only the single
symbol TR_getline, and the preprocessing of foo.c produced no output.
-------------------------------------------------------------------------------
- Nelson H. F. Beebe Tel: +1 801 581 5254 -
- University of Utah FAX: +1 801 581 4148 -
- Department of Mathematics, 110 LCB Internet e-mail: address@hidden -
- 155 S 1400 E RM 233 address@hidden address@hidden -
- Salt Lake City, UT 84112-0090, USA URL: http://www.math.utah.edu/~beebe -
-------------------------------------------------------------------------------