git: <machine/stdint.h>: Add platform specific __double_t and __float_t types.

Sascha Wildner swildner at crater.dragonflybsd.org
Sun Nov 21 12:09:31 PST 2021


commit 26314e0394e3cd8bf34fc2ec44adcda04a89a5cb
Author: Sascha Wildner <saw at online.de>
Date:   Sun Nov 21 21:08:02 2021 +0100

    <machine/stdint.h>: Add platform specific __double_t and __float_t types.
    
    It's mostly just cosmetics but it reduces differences with OpenBSD's
    <math.h>.
    
    Also, looks like at least www/firefox is wrongly using __float_t.
    
    Reported-by: tuxillo

Summary of changes:
 contrib/openbsd_libm/include/global/math.h | 5 +++--
 sys/cpu/x86_64/include/stdint.h            | 3 +++
 2 files changed, 6 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/26314e0394e3cd8bf34fc2ec44adcda04a89a5cb


-- 
DragonFly BSD source repository


More information about the Commits mailing list