about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-01-04 12:45:41 +0100
committerFlorian Weimer <fweimer@redhat.com>2018-01-04 12:45:41 +0100
commitab8b49432b302237015d0f44e858c17f92fe3a5b (patch)
treeb22a7b77c00e83fd481f5622353657c1eb293a73
parent0e64ee798605a042a07604e8a4bf0ec00381e28b (diff)
downloadglibc-ab8b49432b302237015d0f44e858c17f92fe3a5b.tar.gz
glibc-ab8b49432b302237015d0f44e858c17f92fe3a5b.tar.xz
glibc-ab8b49432b302237015d0f44e858c17f92fe3a5b.zip
Add <libc-pointer-arith.h> to help with backporting
-rw-r--r--ChangeLog4
-rw-r--r--include/libc-pointer-arith.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 96a58d5f62..4c11b729ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-01-04  Florian Weimer  <fweimer@redhat.com>
+
+	* include/libc-pointer-arith.h: New file.
+
 2017-09-01  Florian Weimer  <fweimer@redhat.com>
 
 	[BZ #21915]
diff --git a/include/libc-pointer-arith.h b/include/libc-pointer-arith.h
new file mode 100644
index 0000000000..5876a41e8e
--- /dev/null
+++ b/include/libc-pointer-arith.h
@@ -0,0 +1 @@
+#include <libc-internal.h>