aboutsummaryrefslogtreecommitdiff
path: root/libc/include/sys/time.yaml
blob: ed6b94228df756c5a896f2815b1e1ef9e235375a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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 *