diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-12-16 04:54:52 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-12-16 04:54:52 +0000 |
commit | 7dfaf230d2191da71f3078943ea09d014298e7b0 (patch) | |
tree | 11b16e846adf904f804b8ce15937db12d08259d8 /libc/sysdeps/linux/sh/mmap.c | |
parent | 1bcf527f5f8c94aac1b2e80b585898a7266293af (diff) | |
download | uClibc-alpine-7dfaf230d2191da71f3078943ea09d014298e7b0.tar.bz2 uClibc-alpine-7dfaf230d2191da71f3078943ea09d014298e7b0.tar.xz |
Merge from trunk.
Diffstat (limited to 'libc/sysdeps/linux/sh/mmap.c')
-rw-r--r-- | libc/sysdeps/linux/sh/mmap.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/sh/mmap.c b/libc/sysdeps/linux/sh/mmap.c index 6bc45e939..e711b0ff8 100644 --- a/libc/sysdeps/linux/sh/mmap.c +++ b/libc/sysdeps/linux/sh/mmap.c @@ -26,9 +26,7 @@ libc_hidden_proto(mmap) #ifdef HIOS -# define __SH_SYSCALL6_TRAPA "0x2E" -#else -# define __SH_SYSCALL6_TRAPA "0x15" +# define __SH_SYSCALL6_TRAPA 0x2E #endif #include <sys/syscall.h> |