anolis-glibc/glibc-rh677316-libc-pointer-arith.patch
zhangbinchen ff0128648f import glibc-2.17-292.el7.src.rpm
Signed-off-by: zhangbinchen <zhangbinchen@openanolis.org>
2021-08-21 12:40:25 +08:00

10 lines
342 B
Diff

Add <libc-pointer-arith.h> header for simplifying backports.
diff --git a/include/libc-pointer-arith.h b/include/libc-pointer-arith.h
new file mode 100644
index 0000000000000000..775374c9b8b31bcc
--- /dev/null
+++ b/include/libc-pointer-arith.h
@@ -0,0 +1,2 @@
+/* Compatibility header to simplify backports. */
+#include <libc-internal.h>