mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-22 22:00:01 +08:00
b2dad0e372
2000-04-21 Benjamin Kosnik <bkoz@redhat.com> * libstdc++-v3: New directory. From-SVN: r33317
9 lines
336 B
Plaintext
9 lines
336 B
Plaintext
Irix 6.2:
|
|
- math.h: defines extern long double hypotl( long double ); i.e., only
|
|
one argument. They've fixed this in 6.3.
|
|
|
|
DES OSF 3.2 & 4.0:
|
|
- libm define sincos, sincosf, and sincosl but there are no prototypes and
|
|
especially the return type is nowhere defined. The functions are
|
|
documented in the man pages, though.
|