cvs commit: src/lib/msun/src s_ceil.c s_ceill.c s_floor.c s_floorl.c s_trunc.c s_truncl.c

Bruce Evans bde at FreeBSD.org
Thu Feb 14 07:10:35 PST 2008


bde         2008-02-14 15:10:34 UTC

  FreeBSD src repository

  Modified files:
    lib/msun/src         s_ceil.c s_ceill.c s_floor.c s_floorl.c 
                         s_trunc.c s_truncl.c 
  Log:
  Oops, the weak reference for ceill(), floorl() and truncl() was in the
  wrong file.  This broke arm and powerpc.
  
  Reported by:    grehan
  
  Revision  Changes    Path
  1.10      +4 -0      src/lib/msun/src/s_ceil.c
  1.9       +0 -4      src/lib/msun/src/s_ceill.c
  1.10      +4 -0      src/lib/msun/src/s_floor.c
  1.8       +0 -4      src/lib/msun/src/s_floorl.c
  1.2       +4 -0      src/lib/msun/src/s_trunc.c
  1.9       +0 -4      src/lib/msun/src/s_truncl.c


More information about the cvs-all mailing list