diff options
author | Zack Weinberg <zackw@panix.com> | 2016-12-01 14:22:54 -0500 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2017-02-16 09:43:50 -0500 |
commit | ab9536a75d3f2e0158cc91a0ae0096032c9d57b4 (patch) | |
tree | 3b25cf0c7751119989fafcf7aee102760367887e /include | |
parent | f7db120f67d853e0cfa272fa39c8b9be67c0a935 (diff) | |
download | glibc-ab9536a75d3f2e0158cc91a0ae0096032c9d57b4.tar glibc-ab9536a75d3f2e0158cc91a0ae0096032c9d57b4.tar.gz glibc-ab9536a75d3f2e0158cc91a0ae0096032c9d57b4.tar.bz2 glibc-ab9536a75d3f2e0158cc91a0ae0096032c9d57b4.zip |
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.
Diffstat (limited to 'include')
-rw-r--r-- | include/bits/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bits/types.h b/include/bits/types.h new file mode 100644 index 0000000000..1c47910607 --- /dev/null +++ b/include/bits/types.h @@ -0,0 +1 @@ +#include <posix/bits/types.h> |