inclhack.def (alpha_sbrk): Note that OpenBSD needs this fix.

* fixinc/inclhack.def (alpha_sbrk): Note that OpenBSD needs this
	fix.

From-SVN: r69274
This commit is contained in:
Nathanael Nerode 2003-07-12 20:12:52 +00:00
parent 3d1ebd63de
commit c3a5b1e9d4
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2003-07-12 Nathanael Nerode <neroden@gcc.gnu.org>
* fixinc/inclhack.def (alpha_sbrk): Note that OpenBSD needs this
fix.
2003-07-12 Zack Weinberg <zack@codesourcery.com>
* aclocal.m4 (gcc_AC_CHECK_TYPE): Clone of AC_CHECK_TYPE,

View file

@ -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;