diff options
Diffstat (limited to 'lib/msun/alpha/fenv.h')
-rw-r--r-- | lib/msun/alpha/fenv.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/msun/alpha/fenv.h b/lib/msun/alpha/fenv.h index 7b79a3f..b940a60 100644 --- a/lib/msun/alpha/fenv.h +++ b/lib/msun/alpha/fenv.h @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2004 David Schultz <das@FreeBSD.ORG> + * Copyright (c) 2004-2005 David Schultz <das@FreeBSD.ORG> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -174,8 +174,9 @@ int feupdateenv(const fenv_t *__envp); #if __BSD_VISIBLE -int fesetmask(int __mask); -int fegetmask(void); +int feenableexcept(int __mask); +int fedisableexcept(int __mask); +int fegetexcept(void); #endif /* __BSD_VISIBLE */ |