mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-02 10:42:27 +00:00
Add libresolv from Musl Libc
Locally modified to get nameservers from Windows Registry when `\etc\resolv.conf` isn't defined.
This commit is contained in:
parent
8874a37abc
commit
1a96de6eda
36 changed files with 2313 additions and 73 deletions
6
third_party/musl/res_init.c
vendored
Normal file
6
third_party/musl/res_init.c
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include "third_party/musl/resolv.h"
|
||||
|
||||
int res_init()
|
||||
{
|
||||
return 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue