diff options
Diffstat (limited to 'libc/include/sys/random.yaml')
| -rw-r--r-- | libc/include/sys/random.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libc/include/sys/random.yaml b/libc/include/sys/random.yaml new file mode 100644 index 000000000000..4efb2fbb4473 --- /dev/null +++ b/libc/include/sys/random.yaml @@ -0,0 +1,17 @@ +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 |
