Changeset 8eb2018 for src/libcfa/time.c


Ignore:
Timestamp:
Apr 1, 2018, 10:26:48 PM (5 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
aaron-thesis, arm-eh, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, with_gc
Children:
1031c7e, 9f652a1
Parents:
ce28c7b
Message:

cleanup, remove conversion of timeval/timespec to duration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/time.c

    rce28c7b r8eb2018  
    1010// Created On       : Tue Mar 27 13:33:14 2018
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Mar 27 16:37:35 2018
    13 // Update Count     : 18
     12// Last Modified On : Sun Apr  1 17:30:08 2018
     13// Update Count     : 21
    1414//
    1515
     
    4949#endif // __CFA_DEBUG__
    5050
    51 void mktime( Time & time, int year, int month, int day, int hour, int min, int sec, int nsec ) with( time ) {
     51void ?{}( Time & time, int year, int month, int day, int hour, int min, int sec, int nsec ) with( time ) {
    5252        tm tm;
    5353
     
    8181        } // if
    8282#endif // __CFA_DEBUG__
    83 } // mktime
     83} // ?{}
    8484
    8585char * yy_mm_dd( Time time, char * buf ) with( time ) {
Note: See TracChangeset for help on using the changeset viewer.