CVSROOT:        /cvs
Module name:    src
Changes by:     na...@cvs.openbsd.org   2016/12/22 09:11:26

Modified files:
        lib/libm/arch/amd64: s_copysign.S s_copysignf.S 
        lib/libm/arch/i387: s_copysign.S s_copysignf.S 

Log message:
copysign and copysignf are used within libm, so declare them accordingly.
Required if the compiler doesn't replace them with builtins (e.g. clang
on amd64).
ok kettenis@ guenther@
i386 sync requested by guenther@

Reply via email to