Module Name: src Committed By: pooka Date: Sat Nov 29 13:23:48 UTC 2014
Modified Files: src/include/ssp: string.h Log Message: Create the stpncpy() inline only when GCC>=4.8 || clang Mirrors the stpncpy() wrapper macro and avoids the following: warning: implicit declaration of function ‘__builtin___stpncpy_chk’ To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/include/ssp/string.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.