diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-08-18 23:43:52 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-08-18 23:43:52 +0000 |
commit | 1e4616de20f7ba07cf490499b4291d8e6c3cc054 (patch) | |
tree | 5b20affa5e3ddf8d81667e53395cf2a6aaf6316c /libc/sysdeps/linux/common/create_module.c | |
parent | 1a8265e2cf9482397a03011318419c5c724cac6a (diff) | |
download | uClibc-alpine-1e4616de20f7ba07cf490499b4291d8e6c3cc054.tar.bz2 uClibc-alpine-1e4616de20f7ba07cf490499b4291d8e6c3cc054.tar.xz |
Sync with trunk.
Diffstat (limited to 'libc/sysdeps/linux/common/create_module.c')
-rw-r--r-- | libc/sysdeps/linux/common/create_module.c | 2 |
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 |