From: John Hughes Date: Thu, 23 May 2002 11:19:05 +0000 (+0000) Subject: Make autoheader happy about Linux/SuperH X-Git-Tag: v4.5.18~978 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cde80abad5fa4b2414d0177f228f65e2c7bdc6dd;p=strace Make autoheader happy about Linux/SuperH --- diff --git a/ChangeLog b/ChangeLog index ac0b90b8..4f4b494e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-05-23 John Hughes + + * acconfig.h: Make autoheader happy about Linux/SuperH + 2002-05-23 John Hughes * strace.c: Get rid of warning if not using POLL_HACK diff --git a/acconfig.h b/acconfig.h index 2966c733..03527889 100644 --- a/acconfig.h +++ b/acconfig.h @@ -45,6 +45,9 @@ /* Define if this is a S390 architecture. */ #undef S390 +/* Define if this is a SH architecture. */ +#undef SH + /* Define if you have a SVR4 MP type procfs. I.E. /dev/xxx/ctl, /dev/xxx/status. Also implies that you have the pr_lwp member in prstatus. */