mirror of git://gcc.gnu.org/git/gcc.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
This commit is contained in:
parent
3d1ebd63de
commit
c3a5b1e9d4
|
@ -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>
|
2003-07-12 Zack Weinberg <zack@codesourcery.com>
|
||||||
|
|
||||||
* aclocal.m4 (gcc_AC_CHECK_TYPE): Clone of AC_CHECK_TYPE,
|
* aclocal.m4 (gcc_AC_CHECK_TYPE): Clone of AC_CHECK_TYPE,
|
||||||
|
|
|
@ -579,6 +579,7 @@ fix = {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Fix return value of sbrk in unistd.h on Alpha OSF/1 V2.0
|
* Fix return value of sbrk in unistd.h on Alpha OSF/1 V2.0
|
||||||
|
* And OpenBSD.
|
||||||
*/
|
*/
|
||||||
fix = {
|
fix = {
|
||||||
hackname = alpha_sbrk;
|
hackname = alpha_sbrk;
|
||||||
|
|
Loading…
Reference in New Issue