aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/musl/include/sys/glibc-types.h
Commit message (Collapse)AuthorAgeFilesLines
* toolchain/musl: remove several GNU headersRosen Penev2021-09-221-35/+0
| | | | | | | | | | | | | | | | Remove GLOB_ONLYDIR patch. Only fstools relies on it. fstools has been fixed separately. Remove woresize.h file. It seems to be for an old version of GCC. Remove features.h and glibc-types files. Same as above. Remove sys/cdefs.h. This is a deprecated header. Patches to fix packages that use it have already been patched. Tested with all packages in the base tree. They all compile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* musl: add a few more glibc types to includesFelix Fietkau2014-06-291-0/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41398
* musl: fix toolchain build failure caused by some header changesFelix Fietkau2014-06-121-0/+3
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41173
* musl: install a few extra headers to improve compatibility with various packagesFelix Fietkau2014-06-091-0/+29
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 41056