lib: memcmp must be exported without module versioning

Recent fix to export memcmp() for gcc 3.4 caused a lot of warnings
on setups using CONFIG_MODVERSION=y.

This symbol must be exported with EXPORT_SYMBOL_NOVERS, since we don't
want its name to be mangled. Thanks to Solar Designer for reporting
the issue.

Signed-off-by: Willy Tarreau <w@1wt.eu>
1 file changed