Changeset 8219eb9 in mainline for uspace/lib/posix/time.h


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

libc: move asctime() from libposix to libc

File:
1 edited

Legend:

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

    r5b3394c r8219eb9  
    6363#endif
    6464
    65 #undef ASCTIME_BUF_LEN
    66 #define ASCTIME_BUF_LEN 26
    67 
    6865#undef CLOCK_REALTIME
    6966#define CLOCK_REALTIME ((posix_clockid_t) 0)
     
    9895
    9996/* Formatting Calendar Time */
    100 extern char *posix_asctime(const struct tm *timeptr);
    10197extern char *posix_asctime_r(const struct tm *restrict timeptr,
    10298    char *restrict buf);
     
    133129        #define localtime_r posix_localtime_r
    134130
    135         #define asctime posix_asctime
    136131        #define asctime_r posix_asctime_r
    137132        #define ctime posix_ctime
Note: See TracChangeset for help on using the changeset viewer.