diff options
Diffstat (limited to 'libc/include/arpa/inet.yaml')
| -rw-r--r-- | libc/include/arpa/inet.yaml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/libc/include/arpa/inet.yaml b/libc/include/arpa/inet.yaml index 10cd56d6ce78..6e0629072b6e 100644 --- a/libc/include/arpa/inet.yaml +++ b/libc/include/arpa/inet.yaml @@ -1,7 +1,8 @@ header: arpa/inet.h header_template: inet.h.def macros: [] -types: [] +types: + - type_name: in_addr enums: [] objects: [] functions: @@ -17,6 +18,13 @@ functions: return_type: uint16_t arguments: - type: uint16_t + - name: inet_aton + standards: + - llvm_libc_ext + return_type: int + arguments: + - type: const char * + - type: in_addr * - name: ntohl standards: - POSIX |
