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.
This commit is contained in:
Zack Weinberg 2016-12-01 14:22:54 -05:00
parent f7db120f67
commit ab9536a75d
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2017-02-16 Zack Weinberg <zackw@panix.com>
* bits/types.h: Move to posix/bits.
* include/bits/types.h: New wrapper.
2017-02-15 Wilco Dijkstra <wdijkstr@arm.com>
* string/bits/string2.h (strcmp): Remove define.

1
include/bits/types.h Normal file
View File

@ -0,0 +1 @@
#include <posix/bits/types.h>