CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/05/09 13:50:07
Modified files:
sys/arch/sparc64/fpu: fpu_implode.c
Log message:
Rename round() to fpu_round(). This matches the m68k code from which this
code is derived and makes gcc4 happy by avoiding a conflict with the builtin
for the standard C99 round(3).
ok miod@
