]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/unix/sysv/linux/arm/sysdep.S
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / arm / sysdep.S
index 48dcffae138a42273305b75f11c721d4bff8d818..65e0de3070318880ed8a5094fa16bad627254345 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2016 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
    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>
 
-/* We define errno here, to be consistent with Linux/i386.  */
-       .bss
-       .globl C_SYMBOL_NAME(errno)
-       .type C_SYMBOL_NAME(errno),%object
-       .size C_SYMBOL_NAME(errno),4
-C_SYMBOL_NAME(errno):  .zero 4
-weak_alias (errno, _errno)
        .text
 
 /* The syscall stubs jump here when they detect an error.