mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
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:
parent
f7db120f67
commit
ab9536a75d
@ -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
1
include/bits/types.h
Normal file
@ -0,0 +1 @@
|
||||
#include <posix/bits/types.h>
|
Loading…
Reference in New Issue
Block a user