Changeset 02f547f in mainline for uspace/lib/posix/src/time.c
- Timestamp:
- 2018-08-25T09:15:46Z (7 years ago)
- Children:
- cc36562b
- Parents:
- b43f393
- git-author:
- Jakub Jermar <jakub@…> (2018-08-25 09:15:38)
- git-committer:
- Jakub Jermar <jakub@…> (2018-08-25 09:15:46)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/src/time.c
rb43f393 r02f547f 330 330 } 331 331 332 int gettimeofday(struct timeval *tv, struct timezone*tz)332 int gettimeofday(struct timeval *tv, void *tz) 333 333 { 334 334 struct timespec ts;
Note:
See TracChangeset
for help on using the changeset viewer.