Re: [PATCH] asm-generic: unistd.h: fixup broken macro include.

2018-12-06 Thread Marcin Juszkiewicz
W dniu 06.12.2018 o 17:14, Arnd Bergmann pisze: > On Thu, Dec 6, 2018 at 3:07 AM Guo Ren wrote: >> >> The broken macros make the glibc compile error. If there is no >> __NR3264_fstat*, we should also removed related definitions. >> >> Signed-off-by: Guo Ren >> Signed-off-by: Mao Han >> Cc: Arnd

Re: [PATCH] asm-generic: unistd.h: fixup broken macro include.

2018-12-06 Thread Arnd Bergmann
On Thu, Dec 6, 2018 at 3:07 AM Guo Ren wrote: > > The broken macros make the glibc compile error. If there is no > __NR3264_fstat*, we should also removed related definitions. > > Signed-off-by: Guo Ren > Signed-off-by: Mao Han > Cc: Arnd Bergmann > --- Thanks for the reminder! Marcin had alr