diff options
| author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-06-18 16:17:32 +0000 |
|---|---|---|
| committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-06-18 16:17:32 +0000 |
| commit | 3d17dd647a04ad0837b063a610520fb6defb2d8d (patch) | |
| tree | ca961f6290a7abc8dcb5138f336d2cbce92e82a6 /libc/sysdeps/linux/i386/sigaction.c | |
| parent | 43ee769f540704ccfc4e2a12ba11ed4b6eece196 (diff) | |
| download | uClibc-alpine-3d17dd647a04ad0837b063a610520fb6defb2d8d.tar.bz2 uClibc-alpine-3d17dd647a04ad0837b063a610520fb6defb2d8d.tar.xz | |
Synch libc nios/xtensa/v850/h8300/cris/x86_64/ia64/hppa/i382/nios2/frv/avr32 specific with trunk
Diffstat (limited to 'libc/sysdeps/linux/i386/sigaction.c')
| -rw-r--r-- | libc/sysdeps/linux/i386/sigaction.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/i386/sigaction.c b/libc/sysdeps/linux/i386/sigaction.c index 341c0d16b..fbd5014e7 100644 --- a/libc/sysdeps/linux/i386/sigaction.c +++ b/libc/sysdeps/linux/i386/sigaction.c @@ -30,7 +30,7 @@ extern __typeof(sigaction) __libc_sigaction; #if defined __NR_rt_sigaction -libc_hidden_proto(memcpy) +/* Experimentally off - libc_hidden_proto(memcpy) */ extern void restore_rt (void) __asm__ ("__restore_rt") attribute_hidden; extern void restore (void) __asm__ ("__restore") attribute_hidden; @@ -145,7 +145,6 @@ libc_hidden_weak(sigaction) __asm__ \ ( \ ".text\n" \ - " .align 16\n" \ "__" #name ":\n" \ " movl $" #syscall ", %eax\n" \ " int $0x80" \ @@ -163,7 +162,6 @@ RESTORE (restore_rt, __NR_rt_sigreturn) __asm__ \ ( \ ".text\n" \ - " .align 8\n" \ "__" #name ":\n" \ " popl %eax\n" \ " movl $" #syscall ", %eax\n" \ |
