]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/unix/sysv/linux/i386/epoll_pwait.S
Remove unused pseudo_end label
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / i386 / epoll_pwait.S
index 18459140d24c134e06cf82c3e3d2ae0295102ec9..aee115ce6f3dcff9870be6bf20cee78b9629bd9e 100644 (file)
@@ -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)