]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/mips/sgidefs.h
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / sysdeps / mips / sgidefs.h
index 74509fdbd043d079fc2492f713895332e571cc7a..6495d75c77a652bc6b27cd684d72e9eae52bb5c3 100644 (file)
@@ -1,6 +1,5 @@
-/* Copyright (C) 1996, 1997, 1998, 2003, 2004 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
-   Contributed by Ralf Baechle <ralf@gnu.org>.
 
    The GNU C Library is free software; you can redistribute it and/or
    modify it under the terms of the GNU Lesser General Public
@@ -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
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef _SGIDEFS_H
 #define _SGIDEFS_H     1
@@ -70,4 +68,8 @@
 #endif
 #define _MIPS_SIM_ABI64                _ABI64
 
+#ifndef _ABIO64
+# define _ABIO64               4
+#endif
+
 #endif /* sgidefs.h */