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
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
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