From 528be9fe8e08d78481d681c9ce23af6ba60ed2f5 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 21 Aug 2000 17:06:46 +0000 Subject: Add sys/procfs.h. --- sysdeps/s390/fpu/fclrexcpt.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sysdeps/s390/fpu/fclrexcpt.c') diff --git a/sysdeps/s390/fpu/fclrexcpt.c b/sysdeps/s390/fpu/fclrexcpt.c index aa159fd..508eb0c 100644 --- a/sysdeps/s390/fpu/fclrexcpt.c +++ b/sysdeps/s390/fpu/fclrexcpt.c @@ -17,7 +17,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include +#include #include int @@ -28,12 +28,12 @@ feclearexcept (int excepts) /* Mask out unsupported bits/exceptions. */ excepts &= FE_ALL_EXCEPT; - _FPU_GETCW(temp); + _FPU_GETCW (temp); /* Clear the relevant bits. */ - temp &= ~((excepts<