Fork us on GitHub Follow us on Facebook Follow us on Twitter

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


Ignore:
Timestamp:
2012-04-23T21:54:49Z (11 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial
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.