Changeset 0d83cf6f in mainline


Ignore:
Timestamp:
2018-07-19T14:23:49Z (6 years ago)
Author:
Jiří Zárevúcky <jiri.zarevucky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5a50430
Parents:
9d8307a
git-author:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-18 21:35:52)
git-committer:
Jiří Zárevúcky <jiri.zarevucky@…> (2018-07-19 14:23:49)
Message:

Remove TIMEVAL_MAX, it's not as useful as I thought it would be.

File:
1 edited

Legend:

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

    r9d8307a r0d83cf6f  
    6969};
    7070
    71 #define TIMEVAL_MAX ((struct timeval) { .tv_sec = LONG_MAX, .tv_usec = 999999 })
    72 
    7371struct timezone {
    7472        int tz_minuteswest;  /* minutes W of Greenwich */
Note: See TracChangeset for help on using the changeset viewer.