summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-02-19 00:34:29 -0800
committerKhem Raj <raj.khem@gmail.com>2010-02-19 00:34:29 -0800
commit323bc3be3b3144932bbb5ee2a586e9ab4074239e (patch)
tree06aa7dff415d6c3f74e599fcc6e5188552a1bcf7 /libpthread/nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S
parent00f5c08d216581e02a1e5cc8a8076ae3779ea6ca (diff)
Fixes to get nptl compiling for x86
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S')
-rw-r--r--libpthread/nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S
index 7ab222e1b..aff926a8f 100644
--- a/libpthread/nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S
+++ b/libpthread/nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S
@@ -61,7 +61,7 @@ ENTRY (__vfork)
cmpl $-4095, %eax
jae SYSCALL_ERROR_LABEL /* Branch forward if it failed. */
-.Lpseudo_end:
+L(pseudo_end):
ret
PSEUDO_END (__vfork)