X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/5f4d86c1219d56604890d932a3152b3b5dd15b55..34e8f8296870d0e8695f90e1a54240a589d41312:/fbsdcompat/_fpmath.h diff --git a/fbsdcompat/_fpmath.h b/fbsdcompat/_fpmath.h index 1df393e..cf40a68 100644 --- a/fbsdcompat/_fpmath.h +++ b/fbsdcompat/_fpmath.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2003, 2008 Apple Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -71,7 +71,7 @@ union IEEEl2bits { #define LDBL_HEAD_TAIL_PAIR -__private_extern__ void _ldbl2array32dd(union IEEEl2bits, uint32_t *); +__private_extern__ int _ldbl2array32dd(union IEEEl2bits, uint32_t *); #define LDBL_TO_ARRAY32(u, a) _ldbl2array32dd(u, a)