2.5-18.1
[jlayton/glibc.git] / sysdeps / i386 / fpu / fesetround.c
index 2746f3ebf3fa4d5d0cd0d0c0ac7b500c991e7f56..a868f275f0aa879dbca79f98683d8011db0cc0c4 100644 (file)
@@ -1,5 +1,5 @@
 /* Set current rounding direction.
-   Copyright (C) 1997, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 1997, 2003, 2004, 2005 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
 
@@ -50,3 +50,4 @@ fesetround (int round)
 
   return 0;
 }
+libm_hidden_def (fesetround)