diff options
author | Tobias Anderberg <tobias.anderberg@axis.com> | 2003-08-27 13:17:07 +0000 |
---|---|---|
committer | Tobias Anderberg <tobias.anderberg@axis.com> | 2003-08-27 13:17:07 +0000 |
commit | 6c4f6474c34fe5b608b87892115c5e8335e7a209 (patch) | |
tree | 5faa39495f65100e243ca9ea117319f2376ad7d6 /libc/sysdeps/linux/common | |
parent | 393352a70f29189d8eed9127bce386a88501a3c5 (diff) |
Added cris to "define list".
Diffstat (limited to 'libc/sysdeps/linux/common')
-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 426b0f178..015e2d8fb 100644 --- a/libc/sysdeps/linux/common/create_module.c +++ b/libc/sysdeps/linux/common/create_module.c @@ -29,7 +29,7 @@ //#define __NR_create_module 127 -#if defined(__i386__) || defined(__m68k__) || defined(__arm__) || defined(__i960__) +#if defined(__i386__) || defined(__m68k__) || defined(__arm__) || 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 |