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


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

libc: move mktime() and strftime() from libposix to libc, remove the helper functions left
unused in libposix.

File:
1 edited

Legend:

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

    rcb948777 rc2b0e10  
    7777
    7878extern void udelay(useconds_t);
     79extern time_t mktime(struct tm *tm);
     80extern size_t strftime(char *restrict s, size_t maxsize,
     81    const char *restrict format, const struct tm *restrict tm);
    7982
    8083#endif
Note: See TracChangeset for help on using the changeset viewer.