[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bash 2.05a on HP-UX 11.00 requires patch
From: |
Andreas Schwab |
Subject: |
Re: bash 2.05a on HP-UX 11.00 requires patch |
Date: |
22 Nov 2001 14:42:20 +0100 |
User-agent: |
Gnus/5.090003 (Oort Gnus v0.03) Emacs/21.1.30 |
Stephan.Austermuehle@mgi.de (Austermuehle Stephan) writes:
|> Fix:
|> According to Mrs. Katharina Christen from HP Support Germany the
|> function strtold() does not return the type long double but long_double and
|> she stated that the man page for strtold(3C) on HP-UX 11.00 is incorrect.
|> The HP-UX 11.X release notes suggest the work-around that is contained in
|> the attached patch. strtold() shouldn't be used in new applications.
strtold is a standard part of ISO C, where it states that it returns long
double. Anything you're being told by HP is rubbish. They should fix
their compiler/libc.
Andreas.
--
Andreas Schwab "And now for something
Andreas.Schwab@suse.de completely different."
SuSE Labs, SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5