Sanify gettimeofday usage codebase-wide
---------------------------------------

                 Key: THRIFT-990
                 URL: https://issues.apache.org/jira/browse/THRIFT-990
             Project: Thrift
          Issue Type: Improvement
          Components: C++ - Compiler, C++ - Library, Compiler (General)
            Reporter: Christian Lavoie
            Assignee: Christian Lavoie
            Priority: Minor


Some parts of the codebase use {{gettimeofday}}, some parts use 
{{clock_gettime}} on platforms that have (and fallback on {{gettimeofday}} 
otherwise). We should use just one way.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to