8597553f96
- Support an arbitrary number of search domains (#168253) - Detect and apply /etc/resolv.conf changes in libresolv (#1374239) - CVE-2015-5180: DNS stub resolver crash with crafted record type (#1251403)
18 lines
513 B
Diff
18 lines
513 B
Diff
Add <libc-pointer-arith.h> to simplify backports.
|
|
|
|
Introduced upstream as part of this commit:
|
|
|
|
commit 9090848d0607e93fb08a1d68d9f263846ee33f02
|
|
Author: Zack Weinberg <zackw@panix.com>
|
|
Date: Sun Feb 26 20:17:52 2017 -0500
|
|
|
|
Narrowing the visibility of libc-internal.h even further.
|
|
|
|
diff --git a/include/libc-pointer-arith.h b/include/libc-pointer-arith.h
|
|
new file mode 100644
|
|
index 0000000000000000..5876a41e8e5fcc15
|
|
--- /dev/null
|
|
+++ b/include/libc-pointer-arith.h
|
|
@@ -0,0 +1 @@
|
|
+#include <libc-internal.h>
|