header: sys/time.h header_template: time.h.def standards: Linux macros: [] 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 standards: - POSIX return_type: int arguments: - type: int - type: const struct itimerval *__restrict - type: struct itimerval *__restrict - name: getitimer standards: - POSIX return_type: int arguments: - type: int - type: struct itimerval *