about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/i386/epoll_pwait.S
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/i386/epoll_pwait.S')
-rw-r--r--sysdeps/unix/sysv/linux/i386/epoll_pwait.S3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/epoll_pwait.S b/sysdeps/unix/sysv/linux/i386/epoll_pwait.S
index 18459140d2..aee115ce6f 100644
--- a/sysdeps/unix/sysv/linux/i386/epoll_pwait.S
+++ b/sysdeps/unix/sysv/linux/i386/epoll_pwait.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007 Free Software Foundation, Inc.
+/* Copyright (C) 2007-2012 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -74,6 +74,5 @@ ENTRY (epoll_pwait)
 	movl $-ENOSYS, %eax
 	jmp SYSCALL_ERROR_LABEL
 #endif
-L(pseudo_end):
 	ret
 PSEUDO_END (epoll_pwait)