diff options
| author | Carwyn Nelson <CarwynNelson@users.noreply.github.com> | 2021-11-10 15:15:40 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-10 15:15:40 +0000 |
| commit | d8b15231616cd6aa475b3d899999ad267f213ac7 (patch) | |
| tree | 9569974e3dfb88da944a7651bba4e0465f547eb7 /src/llvm_backend_proc.cpp | |
| parent | 989ddbd688c5a8181ea6f7b8c4b28322a691e911 (diff) | |
Fix the windows binding for getaddrinfo
getaddrinfo should take a double pointer to ADDRINFOA instead of a single pointer. If you call the binding in its current state you will not get back a valid ADDRINFOA struct.
I have also changed the `node` and `service` params to be cstring to avoid having to do `transmute(u8) value`.
Diffstat (limited to 'src/llvm_backend_proc.cpp')
0 files changed, 0 insertions, 0 deletions