Ignore:
Timestamp:
2019-05-28T19:24:14Z (5 years ago)
Author:
GitHub <noreply@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
77de449e
Parents:
af5037d (diff), bebd154 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-05-28 19:24:14)
git-committer:
GitHub <noreply@…> (2019-05-28 19:24:14)
Message:

Merge pull request #161 from le-jzr/cxxcompat2

C++ compatibility improvements

File:
1 edited

Legend:

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

    raf5037d r52acfab  
    4141#include <libc/time.h>
    4242
     43#define CLOCK_REALTIME ((clockid_t) 0)
     44
     45#define ASCTIME_BUF_LEN  26
     46
     47__C_DECLS_BEGIN;
     48
    4349#ifndef __locale_t_defined
    4450#define __locale_t_defined
     
    4652#endif
    4753
    48 #ifndef POSIX_SIGNAL_H_
    4954struct sigevent;
    50 #endif
    51 
    52 #undef CLOCK_REALTIME
    53 #define CLOCK_REALTIME ((clockid_t) 0)
    54 
    55 #define ASCTIME_BUF_LEN  26
    5655
    5756struct itimerspec {
     
    9796    const struct timespec *rqtp, struct timespec *rmtp);
    9897
     98__C_DECLS_END;
     99
    99100#endif  // POSIX_TIME_H_
    100101
Note: See TracChangeset for help on using the changeset viewer.