Changeset 0d83cf6f in mainline
- Timestamp:
- 2018-07-19T14:23:49Z (7 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/sys/time.h
r9d8307a r0d83cf6f 69 69 }; 70 70 71 #define TIMEVAL_MAX ((struct timeval) { .tv_sec = LONG_MAX, .tv_usec = 999999 })72 73 71 struct timezone { 74 72 int tz_minuteswest; /* minutes W of Greenwich */
Note:
See TracChangeset
for help on using the changeset viewer.