]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use const instead of __const for ARM.
authorJoseph Myers <joseph@codesourcery.com>
Sun, 8 Jan 2012 13:06:46 +0000 (13:06 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Sun, 8 Jan 2012 13:06:46 +0000 (13:06 +0000)
ChangeLog.arm
sysdeps/arm/eabi/bits/fenv.h

index 377439a665984dc8ff3926994bab91c23270004b..62531a4493b2e7c4630b32cf45ad1339ba8e99be 100644 (file)
@@ -1,3 +1,7 @@
+2012-01-08  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/arm/eabi/bits/fenv.h: Use const instead of __const.
+
 2012-01-08  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/arm/sysdep.h: Don't test or define NO_UNDERSCORES.
index 816ebe773ecff460a379e752d7ba778f626bbff7..3bef3980cb10b1b585b30beac23bb841486df1fb 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+/* Copyright (C) 2004, 2005, 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
@@ -70,5 +70,5 @@ fenv_t;
 
 #ifdef __USE_GNU
 /* Floating-point environment where none of the exceptions are masked.  */
-# define FE_NOMASK_ENV  ((__const fenv_t *) -2)
+# define FE_NOMASK_ENV  ((const fenv_t *) -2)
 #endif