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

Bruce Evans bde at FreeBSD.org
Thu Feb 14 23:01:41 PST 2008


bde         2008-02-15 07:01:40 UTC

  FreeBSD src repository

  Modified files:
    lib/msun/src         s_ceil.c s_floor.c s_trunc.c 
  Log:
  Sigh, the weak reference for ceill(), floorl() and truncl() was in
  unreachable code due to a missing include.  This kept arm and powerpc
  broken.
  
  Reported by:    sam, grehan
  
  Revision  Changes    Path
  1.11      +4 -3      src/lib/msun/src/s_ceil.c
  1.11      +4 -3      src/lib/msun/src/s_floor.c
  1.3       +2 -0      src/lib/msun/src/s_trunc.c


More information about the cvs-all mailing list