aboutsummaryrefslogtreecommitdiff
path: root/gcc/fixinc
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2003-07-12 20:12:52 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2003-07-12 20:12:52 +0000
commitc3a5b1e9d43079220083a8ac09e1517b97d7d37e (patch)
treef2cc1c73d36ef0163f62e1c6fb9cc989be5f8f6f /gcc/fixinc
parent3d1ebd63de563a483d5edbce4c5ef14113f9e765 (diff)
downloadgcc-c3a5b1e9d43079220083a8ac09e1517b97d7d37e.zip
gcc-c3a5b1e9d43079220083a8ac09e1517b97d7d37e.tar.gz
gcc-c3a5b1e9d43079220083a8ac09e1517b97d7d37e.tar.bz2
inclhack.def (alpha_sbrk): Note that OpenBSD needs this fix.
* fixinc/inclhack.def (alpha_sbrk): Note that OpenBSD needs this fix. From-SVN: r69274
Diffstat (limited to 'gcc/fixinc')
-rw-r--r--gcc/fixinc/inclhack.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/fixinc/inclhack.def b/gcc/fixinc/inclhack.def
index 01b73ab..76df445 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;