Changeset 8867cf6 in mainline


Ignore:
Timestamp:
2018-08-26T16:42:19Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
aab85d90
Parents:
cca80a2
Message:

Mark out HelenOS extensions by _HELENOS_SOURCE

File:
1 edited

Legend:

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

    rcca80a2 r8867cf6  
    6666struct tm {
    6767        int tm_sec;
     68#ifdef _HELENOS_SOURCE
    6869        int tm_nsec;
     70#endif
    6971        int tm_min;
    7072        int tm_hour;
     
    106108/* ISO/IEC 9899:2011 7.27.3.5 (1) */
    107109extern size_t strftime(char *, size_t, const char *, const struct tm *);
     110
     111
     112#ifdef _HELENOS_SOURCE
    108113
    109114/*
     
    154159extern void udelay(sysarg_t);
    155160
     161#endif /* _HELENOS_SOURCE */
     162
    156163#ifdef __cplusplus
    157164}
Note: See TracChangeset for help on using the changeset viewer.