]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
inclhack.def (alpha_sbrk): Note that OpenBSD needs this fix.
authorNathanael Nerode <neroden@gcc.gnu.org>
Sat, 12 Jul 2003 20:12:52 +0000 (20:12 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Sat, 12 Jul 2003 20:12:52 +0000 (20:12 +0000)
* fixinc/inclhack.def (alpha_sbrk): Note that OpenBSD needs this
fix.

From-SVN: r69274

gcc/ChangeLog
gcc/fixinc/inclhack.def

index 34b8c92f2a50f17a2a7219e6cf0e94b83809e845..34318eb96068915be13da303f846bc2037df943f 100644 (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,
index 01b73abb367f0c6b005549bb580b4fef9106795f..76df445a6916ccb0100ba8ddd0d1f0a90996b0ae 100644 (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;