aboutsummaryrefslogtreecommitdiff
path: root/libc/include/sys/random.yaml
blob: a97266a5481dfc13f5e0d142fede94bc65d8c0c4 (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
header: sys/random.h
header_template: random.h.def
macros: []
types:
  - type_name: ssize_t
  - type_name: size_t
enums: []
objects: []
functions:
  - name: getrandom
    standards:
      - Linux
    return_type: ssize_t
    arguments:
      - type: void *
      - type: size_t
      - type: unsigned int
  - name: getentropy
    standards:
      - GNUExtensions
    return_type: int
    arguments:
      - type: void *
      - type: size_t