Skip to content

Quiet -Wredundant-decls from xorg/os.h fallbacks for new libc functions

Alan Coopersmith requested to merge alanc/xf86-video-neomagic:warnings into master

The Xorg headers provide their own versions of strlcat, strlcpy, and timingsafe_memcmp for platforms that don't have them in libc yet, but rely on configure to set HAVE_* defines to determine if they should be defined in the headers.

Merge request reports