diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-06-09 13:47:36 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-06-09 13:47:36 +0000 |
commit | d2675afeccc759c025a559e815c6e69ea2255b64 (patch) | |
tree | 9ac4d14b9e79146829e283e35071e92bd5bd25dd /toolchain/musl/include/bits | |
parent | 9c40648f3a40e50b426c424b67b04c71e3eac2e1 (diff) | |
download | upstream-d2675afeccc759c025a559e815c6e69ea2255b64.tar.gz upstream-d2675afeccc759c025a559e815c6e69ea2255b64.tar.bz2 upstream-d2675afeccc759c025a559e815c6e69ea2255b64.zip |
musl: install a few extra headers to improve compatibility with various packages
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 41056
Diffstat (limited to 'toolchain/musl/include/bits')
-rw-r--r-- | toolchain/musl/include/bits/wordsize.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/musl/include/bits/wordsize.h b/toolchain/musl/include/bits/wordsize.h new file mode 100644 index 0000000000..2d4cbe8317 --- /dev/null +++ b/toolchain/musl/include/bits/wordsize.h @@ -0,0 +1 @@ +#include <sys/user.h> |