From: Nathanael Nerode Date: Sat, 12 Jul 2003 20:12:52 +0000 (+0000) Subject: inclhack.def (alpha_sbrk): Note that OpenBSD needs this fix. X-Git-Tag: releases/gcc-3.4.0~4915 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3a5b1e9d43079220083a8ac09e1517b97d7d37e;p=thirdparty%2Fgcc.git inclhack.def (alpha_sbrk): Note that OpenBSD needs this fix. * fixinc/inclhack.def (alpha_sbrk): Note that OpenBSD needs this fix. From-SVN: r69274 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 34b8c92f2a50..34318eb96068 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-07-12 Nathanael Nerode + + * fixinc/inclhack.def (alpha_sbrk): Note that OpenBSD needs this + fix. + 2003-07-12 Zack Weinberg * aclocal.m4 (gcc_AC_CHECK_TYPE): Clone of AC_CHECK_TYPE, diff --git a/gcc/fixinc/inclhack.def b/gcc/fixinc/inclhack.def index 01b73abb367f..76df445a6916 100644 --- a/gcc/fixinc/inclhack.def +++ b/gcc/fixinc/inclhack.def @@ -579,6 +579,7 @@ fix = { /* * Fix return value of sbrk in unistd.h on Alpha OSF/1 V2.0 + * And OpenBSD. */ fix = { hackname = alpha_sbrk;