Re: [PATCH 2/2] toolchain/musl: remove several GNU headers

2020-08-28 Thread Rosen Penev
On Fri, Aug 28, 2020 at 10:40 PM Felix Fietkau wrote: > > On 2020-08-29 05:28, Rosen Penev wrote: > > Remove GLOB_ONLYDIR patch. Only fstools relies on it. fstools can be fixed > > separately. > > > > Remove woresize.h file. It seems to be for an old version of GCC. > > > > Remove features.h and g

Re: [PATCH 2/2] toolchain/musl: remove several GNU headers

2020-08-28 Thread Felix Fietkau
On 2020-08-29 05:28, Rosen Penev wrote: > Remove GLOB_ONLYDIR patch. Only fstools relies on it. fstools can be 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 d

[PATCH 2/2] toolchain/musl: remove several GNU headers

2020-08-28 Thread Rosen Penev
Remove GLOB_ONLYDIR patch. Only fstools relies on it. fstools can be 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 ha