]> sourceware.org Git - glibc.git/blobdiff - math/fenv.h
Add GLIBC_2.3.4.
[glibc.git] / math / fenv.h
index bda3ee916fd1419e58316c93ab62db0ce39ea204..8a06f024e4bd25e1d1eda2dbfc097f9fe9a7e88a 100644 (file)
@@ -1,20 +1,20 @@
-/* Copyright (C) 1997, 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1999, 2000 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
-   modify it under the terms of the GNU Library General Public License as
-   published by the Free Software Foundation; either version 2 of the
-   License, or (at your option) any later version.
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
 
    The GNU C Library is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-   Library General Public License for more details.
+   Lesser General Public License for more details.
 
-   You should have received a copy of the GNU Library General Public
-   License along with the GNU C Library; see the file COPYING.LIB.  If not,
-   write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   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.  */
 
 /*
  * ISO C99 7.6: Floating-point environment     <fenv.h>
@@ -41,7 +41,7 @@
    The following macros are defined iff the implementation supports this
    kind of exception.
    FE_INEXACT          inexact result
-   FE_DIVBYZERO                devision by zero
+   FE_DIVBYZERO                division by zero
    FE_UNDERFLOW                result not representable due to underflow
    FE_OVERFLOW         result not representable due to overflow
    FE_INVALID          invalid operation
@@ -119,12 +119,12 @@ extern int feupdateenv (__const fenv_t *__envp) __THROW;
 
 /* Enable individual exceptions.  Will not enable more exceptions than
    EXCEPTS specifies.  Returns the previous enabled exceptions if all
-   exceptions are successfull set, otherwise returns -1.  */
+   exceptions are successfully set, otherwise returns -1.  */
 extern int feenableexcept (int __excepts) __THROW;
 
 /* Disable individual exceptions.  Will not disable more exceptions than
    EXCEPTS specifies.  Returns the previous enabled exceptions if all
-   exceptions are successfull disabled, otherwise returns -1.  */
+   exceptions are successfully disabled, otherwise returns -1.  */
 extern int fedisableexcept (int __excepts) __THROW;
 
 /* Return enabled exceptions.  */
This page took 0.032614 seconds and 5 git commands to generate.