Changeset 02f547f in mainline for uspace/lib/posix/src/time.c


Ignore:
Timestamp:
2018-08-25T09:15:46Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
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)
Message:

Remove Linuxisms from sys/time.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/src/time.c

    rb43f393 r02f547f  
    330330}
    331331
    332 int gettimeofday(struct timeval *tv, struct timezone *tz)
     332int gettimeofday(struct timeval *tv, void *tz)
    333333{
    334334        struct timespec ts;
Note: See TracChangeset for help on using the changeset viewer.