summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bc/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bc/config.h b/bc/config.h
index 7d89955..ddaad98 100644
--- a/bc/config.h
+++ b/bc/config.h
@@ -1,6 +1,9 @@
/* config.h. Generated by configure. */
/* config.h.in. Generated from configure.in by autoheader. */
+/* Bionic has a warn() function, and it's not the one bc wants */
+#define warn bc_warn
+
/* Define the bc copyright line. */
#define BC_COPYRIGHT "Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006 Free Software Foundation, Inc."