CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/05/01 05:22:21
Modified files:
lib/libm/src : s_sincosl.c
Log message:
add return statements missed when adapting from FreeBSD
Avoids segfaults with an argument of 0, NaN, or Inf.
Problem reported by Colin Ian King. ok miod@ kettenis@
