mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
1a96de6eda
Locally modified to get nameservers from Windows Registry when `\etc\resolv.conf` isn't defined.
6 lines
68 B
C
6 lines
68 B
C
#include "third_party/musl/resolv.h"
|
|
|
|
int res_init()
|
|
{
|
|
return 0;
|
|
}
|