Re: [PATCH] lib: Provide MAX and MIN in system.h

2016-10-12 Thread Mark Wielaard
On Tue, 2016-10-11 at 23:06 +0900, Akihiko Odaki wrote: > This change also creates a new header file libeu.h to provide the > prototypes for the function of libeu. That hides the definition of function > crc32, which can conflict with zlib, from libelf. It also prevents mistakes > to refer those fu

[PATCH] lib: Provide MAX and MIN in system.h

2016-10-11 Thread Akihiko Odaki
This change also creates a new header file libeu.h to provide the prototypes for the function of libeu. That hides the definition of function crc32, which can conflict with zlib, from libelf. It also prevents mistakes to refer those functions from a component which doesn't link with libeu, such as

[PATCH] lib: Provide MAX and MIN in system.h

2016-10-11 Thread Akihiko Odaki
This change also creates a new header file libeu.h to provide the prototypes for the function of libeu. That hides the definition of function crc32, which can conflict with zlib, from libelf. It also prevents mistakes to refer those functions from a component which doesn't link with libeu, such as