Changeset f6cb995 in mainline for uspace/lib/posix/time.h


Ignore:
Timestamp:
2012-04-23T22:23:05Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
56b308e
Parents:
8219eb9
Message:

libc: move localtime() from libposix to libc

File:
1 edited

Legend:

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

    r8219eb9 rf6cb995  
    9090extern struct tm *posix_gmtime_r(const time_t *restrict timer,
    9191    struct tm *restrict result);
    92 extern struct tm *posix_localtime(const time_t *timer);
    9392extern struct tm *posix_localtime_r(const time_t *restrict timer,
    9493    struct tm *restrict result);
     
    126125
    127126        #define gmtime_r posix_gmtime_r
    128         #define localtime posix_localtime
    129127        #define localtime_r posix_localtime_r
    130128
Note: See TracChangeset for help on using the changeset viewer.