]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/unix/sysv/linux/i386/mmap.S
Remove unused pseudo_end label
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / i386 / mmap.S
index a1481feeb55e9124e1706fb57b3e27b67d1ef925..c8bf3e1087127e7aca6fb0b3c7656de069b9d0f6 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (C) 1995,96,97,98,99,2000,2002,2005,2006
-       Free Software Foundation, Inc.
+/* Copyright (C) 1995-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
@@ -13,9 +12,8 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
 
 #include <sysdep.h>
 
@@ -99,7 +97,6 @@ L(skip):
        ja SYSCALL_ERROR_LABEL
 
        /* Successful; return the syscall's value.  */
-L(pseudo_end):
        ret
 
 PSEUDO_END (__mmap)