aboutsummaryrefslogtreecommitdiffstats
path: root/CWRU/misc
diff options
context:
space:
mode:
authorRicardo Cerqueira <cyanogenmod@cerqueira.org>2013-07-25 22:35:34 +0100
committerDan Pasanen <dan.pasanen@gmail.com>2014-10-02 14:25:24 -0500
commita02fbffce9029e3eaa63dfc5f3e79a79da033e4c (patch)
tree0a1172936b3668f01e20fa2874251810b9f32384 /CWRU/misc
parentc6e37862a742387dafd6e175c6d9cb38df5f81e3 (diff)
downloadandroid_external_bash-a02fbffce9029e3eaa63dfc5f3e79a79da033e4c.tar.gz
android_external_bash-a02fbffce9029e3eaa63dfc5f3e79a79da033e4c.tar.bz2
android_external_bash-a02fbffce9029e3eaa63dfc5f3e79a79da033e4c.zip
Fix building with 4.3's bionic
Change-Id: Icbbcf959deb199e7e584642027ea0383f6450fdc Conflicts: autom4te.cache/output.0 examples/loadables/getconf.c
Diffstat (limited to 'CWRU/misc')
-rw-r--r--CWRU/misc/hpux10-dlfcn.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CWRU/misc/hpux10-dlfcn.h b/CWRU/misc/hpux10-dlfcn.h
index 49d4428..d5c35eb 100644
--- a/CWRU/misc/hpux10-dlfcn.h
+++ b/CWRU/misc/hpux10-dlfcn.h
@@ -43,7 +43,7 @@
#include <errno.h>
#ifndef errno
-extern int errno;
+#include <errno.h>
#endif
#define RTLD_LAZY BIND_DEFERRED