Smack: add the execute lable to ldconfig
[platform/upstream/glibc.git] / math / w_acos.c
index 0490933..23e45f9 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011, 2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2015 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gmail.com>, 2011.
 
@@ -29,7 +29,7 @@ __acos (double x)
       && _LIB_VERSION != _IEEE_)
     {
       /* acos(|x|>1) */
-      feraiseexcept (FE_INVALID);
+      __feraiseexcept (FE_INVALID);
       return __kernel_standard (x, x, 1);
     }