From: Zack Weinberg Date: Thu, 1 Dec 2016 19:22:54 +0000 (-0500) Subject: Move bits/types.h into posix/bits. X-Git-Tag: glibc-2.26~782 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab9536a75d3f2e0158cc91a0ae0096032c9d57b4;p=thirdparty%2Fglibc.git Move bits/types.h into posix/bits. bits/types.h has no sysdeps variants, so it should be in the subdirectory that installs it (namely, posix). * bits/types.h: Move to posix/bits. * include/bits/types.h: New wrapper. --- diff --git a/ChangeLog b/ChangeLog index 3bc23fef907..d25710c68e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-02-16 Zack Weinberg + + * bits/types.h: Move to posix/bits. + * include/bits/types.h: New wrapper. + 2017-02-15 Wilco Dijkstra * string/bits/string2.h (strcmp): Remove define. diff --git a/include/bits/types.h b/include/bits/types.h new file mode 100644 index 00000000000..1c479106072 --- /dev/null +++ b/include/bits/types.h @@ -0,0 +1 @@ +#include diff --git a/bits/types.h b/posix/bits/types.h similarity index 100% rename from bits/types.h rename to posix/bits/types.h