Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/time.h

    r823a929 racc3f82c  
    5555};
    5656
    57 typedef long posix_clock_t;
    58 
    5957/* Broken-down Time */
    6058extern struct posix_tm *posix_localtime(const time_t *timep);
     
    6563extern size_t posix_strftime(char *restrict s, size_t maxsize, const char *restrict format, const struct posix_tm *restrict tm);
    6664
    67 /* CPU Time */
    68 extern posix_clock_t posix_clock(void);
    69 
    7065#ifndef LIBPOSIX_INTERNAL
    7166        #define tm posix_tm
    72 
    73         #define clock_t posix_clock_t
    7467
    7568        #define localtime posix_localtime
     
    7871        #define ctime posix_ctime
    7972        #define strftime posix_strftime
    80 
    81         #define clock posix_clock
    8273#endif
    8374
Note: See TracChangeset for help on using the changeset viewer.