This is the mail archive of the libc-alpha@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: feenablexcept, fedisableexcept, fegetexcept


Andreas Jaeger <aj@suse.de> writes:

|> +/* 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.  */
                      successfully
|> +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.  */
                      successfully

Andreas.

-- 
Andreas Schwab                                  "And now for something
SuSE Labs                                        completely different."
schwab@suse.de
SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]