diff options
Diffstat (limited to 'libc/include/sys/utsname.yaml')
| -rw-r--r-- | libc/include/sys/utsname.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/libc/include/sys/utsname.yaml b/libc/include/sys/utsname.yaml new file mode 100644 index 000000000000..6c7cb71f9a34 --- /dev/null +++ b/libc/include/sys/utsname.yaml @@ -0,0 +1,14 @@ +header: sys/utsname.h +header_template: utsname.h.def +macros: [] +types: + - type_name: struct_utsname +enums: [] +objects: [] +functions: + - name: uname + standards: + - POSIX + return_type: int + arguments: + - type: struct utsname * |
