Changeset 5b3394c in mainline for uspace/lib/c/include/sys/time.h


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

libc: move gmtime() from libposix to libc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/sys/time.h

    rc2b0e10 r5b3394c  
    7777
    7878extern void udelay(useconds_t);
     79
    7980extern time_t mktime(struct tm *tm);
     81extern struct tm *gmtime(const time_t *timer);
    8082extern size_t strftime(char *restrict s, size_t maxsize,
    8183    const char *restrict format, const struct tm *restrict tm);
Note: See TracChangeset for help on using the changeset viewer.