Changeset b43f393 in mainline
- Timestamp:
- 2018-08-25T08:47:46Z (6 years ago)
- Children:
- 02f547f
- Parents:
- 378d349
- git-author:
- Jakub Jermar <jakub@…> (2018-08-25 08:44:28)
- git-committer:
- Jakub Jermar <jakub@…> (2018-08-25 08:47:46)
- Location:
- uspace/lib/posix
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/posix/include/posix/sys/time.h
r378d349 rb43f393 38 38 #define DST_NONE 0 39 39 40 typedef long suseconds_t;41 42 40 struct timeval { 43 41 time_t tv_sec; /* seconds */ -
uspace/lib/posix/include/posix/sys/types.h
r378d349 rb43f393 57 57 typedef int clockid_t; 58 58 59 typedef long suseconds_t; 60 59 61 #endif /* POSIX_SYS_TYPES_H_ */ 60 62 -
uspace/lib/posix/src/time.c
r378d349 rb43f393 35 35 36 36 #include "internal/common.h" 37 #include "posix/sys/types.h" 37 38 #include "posix/sys/time.h" 38 39 #include "posix/time.h"
Note:
See TracChangeset
for help on using the changeset viewer.