summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips/sigaction.c
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-08-06 08:17:47 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-08-06 08:17:47 +0000
commit9581d701d8c3a966ee4a73a5221c257a1c1a1e58 (patch)
tree7d249ade5878a78ed3cec2b3e96c11b7affb978a /libc/sysdeps/linux/mips/sigaction.c
parentafedbca93b51b6471704007f5743ba890756b33a (diff)
- some more asm keyword fixes (Yann E. MORIN)
Diffstat (limited to 'libc/sysdeps/linux/mips/sigaction.c')
-rw-r--r--libc/sysdeps/linux/mips/sigaction.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/mips/sigaction.c b/libc/sysdeps/linux/mips/sigaction.c
index d03371f5a..39d38b86f 100644
--- a/libc/sysdeps/linux/mips/sigaction.c
+++ b/libc/sysdeps/linux/mips/sigaction.c
@@ -140,8 +140,7 @@ libc_hidden_weak(sigaction)
#define RESTORE(name, syscall) RESTORE2 (name, syscall)
#define RESTORE2(name, syscall) \
-asm \
- ( \
+__asm__ ( \
".align 4\n" \
"__" #name ":\n" \
" li $2, " #syscall "\n" \