[osv-dev] Re: [PATCH] libc: revert more files with "#undef" to point back to musl

2020-07-28 Thread Waldek Kozaczuk
To make it easier to review here is the output from diff between those files in libc/ and musl/src/ diff musl/src/locale/isalnum_l.c libc/locale/isalnum_l.c diff musl/src/locale/isalpha_l.c libc/locale/isalpha_l.c diff musl/src/locale/isblank_l.c libc/locale/isblank_l.c diff

[osv-dev] [PATCH] libc: revert more files with "#undef" to point back to musl

2020-07-28 Thread Waldemar Kozaczuk
Just like one of the earlier patches this one also removes more files from libc/ folder that only differ by "#undef" macro which is not necessary anymore. Signed-off-by: Waldemar Kozaczuk --- Makefile | 50 +++ libc/locale/isalnum_l.c | 7