summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-08-18 00:56:58 +0000
committerMike Frysinger <vapier@gentoo.org>2005-08-18 00:56:58 +0000
commit1d1ea35f9193802fa228db0c7ca52acad30a6b2b (patch)
tree6cefe4815747504f4af772c1299ddc3d88c41e5a /libc
parent2d54f7ff7bd9c6b60220e15efc0608e9059956e9 (diff)
also check for __thumb__
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/common/create_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/create_module.c b/libc/sysdeps/linux/common/create_module.c
index e1a4cfb04..e37f8e804 100644
--- a/libc/sysdeps/linux/common/create_module.c
+++ b/libc/sysdeps/linux/common/create_module.c
@@ -31,7 +31,7 @@
#ifdef __NR_create_module
-#if defined(__i386__) || defined(__m68k__) || defined(__arm__) || defined(__cris__) || defined(__i960__)
+#if defined(__i386__) || defined(__m68k__) || defined(__arm__) || defined(__thumb__) || defined(__cris__) || defined(__i960__)
#define __NR___create_module __NR_create_module
#ifdef __STR_NR_create_module
#define __STR_NR___create_module __STR_NR_create_module