You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
330 B
12 lines
330 B
7 years ago
|
This patch adds a <bits/types/res_state.h> header, to simplify
|
||
|
backporting.
|
||
|
|
||
|
diff --git a/include/bits/types/res_state.h b/include/bits/types/res_state.h
|
||
|
new file mode 100644
|
||
|
index 0000000000000000..568c768f444d0198
|
||
|
--- /dev/null
|
||
|
+++ b/include/bits/types/res_state.h
|
||
|
@@ -0,0 +1,2 @@
|
||
|
+#define __need_res_state
|
||
|
+#include <resolv.h>
|