Wireshark-commits: [Wireshark-commits] master e2586ec: Provide a floorl() function (which is curren

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 19 Dec 2014 22:56:22 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e2586ec36d0d924b933d2127e809918b980cb413
Submitter: Stephen Fisher (sfisher@xxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e2586ec by Stephen Fisher (sfisher@xxxxxxx):

    Provide a floorl() function (which is currently only able to call GCC's
    __builtin_floorl() function) for systems which don't provide one.
    
    Change-Id: Ie0140ff195f0eae525c7bd70c7c3e23039fde569
    Reviewed-on: https://code.wireshark.org/review/5889
    Reviewed-by: Stephen Fisher <sfisher@xxxxxxx>
    

Actions performed:

    from  e7d2c8d   Get rid of some accidentally-checked-in debugging stuff.
    adds  e2586ec   Provide a floorl() function (which is currently only able to call GCC's __builtin_floorl() function) for systems which don't provide one.


Summary of changes:
 configure.ac           |    1 +
 ui/time_shift.c        |    2 ++
 wsutil/Makefile.common |    2 ++
 3 files changed, 5 insertions(+)