blob: f1dcdff3546523e6edcbef231e6722820ddea7db [file]
header: sys/time.h
standards:
- posix
macros:
- macro_name: timeradd
macro_header: sys-time-macros.h
types:
- type_name: struct_timeval
- type_name: struct_itimerval
enums: []
objects: []
functions:
- name: utimes
return_type: int
arguments:
- type: const char*
- type: const struct timeval*
- name: setitimer
return_type: int
arguments:
- type: int
- type: const struct itimerval *__restrict
- type: struct itimerval *__restrict
- name: getitimer
return_type: int
arguments:
- type: int
- type: struct itimerval *