aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorZack Weinberg <zackw@panix.com>2019-03-11 10:59:45 -0400
committerZack Weinberg <zackw@panix.com>2019-03-13 09:42:09 -0400
commit29218b265fdbdda394f563aa70566766b125aa3a (patch)
treec6014173056661cd4fab5f7610084389c41a289a /ChangeLog
parent711a322a235d4c8177713f11aa59156603b94aeb (diff)
downloadglibc-29218b265fdbdda394f563aa70566766b125aa3a.tar.xz
glibc-29218b265fdbdda394f563aa70566766b125aa3a.zip
Move inttypes.h and stdint.h to stdlib.
inttypes.h and stdint.h are in sysdeps/generic, but there are no other versions of these headers anywhere in the source tree, so they aren’t actually system-dependent. Move them to the subdirectory that installs them (stdlib). Reviewed-by: Joseph Myers <joseph@codesourcery.com> * sysdeps/generic/inttypes.h, sysdeps/generic/stdint.h: Move to stdlib. * include/inttypes.h: Adjust to match. * include/stdint.h: New wrapper.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ff1949f8a..d616178156 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2019-03-13 Zack Weinberg <zackw@panix.com>
+ * sysdeps/generic/inttypes.h, sysdeps/generic/stdint.h:
+ Move to stdlib.
+ * include/inttypes.h: Adjust to match.
+ * include/stdint.h: New wrapper.
+
+2019-03-13 Zack Weinberg <zackw@panix.com>
+
* scripts/check-obsolete-constructs.py: New test script.
* scripts/check-installed-headers.sh: Remove tests for
obsolete typedefs, superseded by check-obsolete-constructs.py.