View | Details | Raw Unified | Return to bug 2409 | Differences between
and this patch

Collapse All | Expand All

(-)a/config.guess (+6 lines)
Lines 982-987 EOF Link Here
982
    ppc:Linux:*:*)
982
    ppc:Linux:*:*)
983
	echo powerpc-unknown-linux-gnu
983
	echo powerpc-unknown-linux-gnu
984
	exit ;;
984
	exit ;;
985
    ppc64le:Linux:*:*)
986
	echo powerpc64le-unknown-linux-gnu
987
	exit ;;
988
    ppcle:Linux:*:*)
989
	echo powerpcle-unknown-linux-gnu
990
	exit ;;
985
    s390:Linux:*:* | s390x:Linux:*:*)
991
    s390:Linux:*:* | s390x:Linux:*:*)
986
	echo ${UNAME_MACHINE}-ibm-linux
992
	echo ${UNAME_MACHINE}-ibm-linux
987
	exit ;;
993
	exit ;;
(-)a/defines.h (+5 lines)
Lines 850-853 struct winsize { Link Here
850
# endif /* gcc version */
850
# endif /* gcc version */
851
#endif /* __predict_true */
851
#endif /* __predict_true */
852
852
853
int sprintf(char *, const char *, ...)	__attribute__((deprecated));
854
char *strcpy(char *, const char *)	__attribute__((deprecated));
855
char *strcat(char *, const char *)	__attribute__((deprecated));
856
char *gets(char *)			__attribute__((deprecated));
857
853
#endif /* _DEFINES_H */
858
#endif /* _DEFINES_H */

Return to bug 2409