OSDN Git Service

* fixinc/inclhack.def (alpha_sbrk): Note that OpenBSD needs this
authorneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Jul 2003 20:12:52 +0000 (20:12 +0000)
committerneroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 12 Jul 2003 20:12:52 +0000 (20:12 +0000)
fix.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69274 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/fixinc/inclhack.def

index 34b8c92..34318eb 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 01b73ab..76df445 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;