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