diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-19 17:50:23 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-19 17:50:23 +0000 |
commit | b91bb097caad9913964b92fd9751241f559cc9e6 (patch) | |
tree | 56f76ddc652e1032cd4c3e4ea62f6635c026565a /libc/sysdeps/linux/nios | |
parent | 010e71eb372b624317dfa2b6d7f353d38f172621 (diff) |
Remove HAVE_ELF
Diffstat (limited to 'libc/sysdeps/linux/nios')
-rw-r--r-- | libc/sysdeps/linux/nios/vfork.S | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/nios/vfork.S b/libc/sysdeps/linux/nios/vfork.S index 3ac3da9b3..2479fe752 100644 --- a/libc/sysdeps/linux/nios/vfork.S +++ b/libc/sysdeps/linux/nios/vfork.S @@ -23,9 +23,7 @@ .text .align 2 .globl vfork -#if defined __HAVE_ELF__ .type vfork,@function -#endif vfork: MOVIP %g1, __NR_vfork trap 63 |