From: Ulrich Drepper Date: Tue, 1 Dec 1998 11:25:00 +0000 (+0000) Subject: Use correct type for parameter. X-Git-Tag: upstream/2.30~10627^2~3002 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=56a10f1cae6726edd6a92272e5fd124600e07974;p=external%2Fglibc.git Use correct type for parameter. --- diff --git a/sysdeps/unix/sysv/linux/alpha/setfpucw.c b/sysdeps/unix/sysv/linux/alpha/setfpucw.c index 9133c81..5e74c35 100644 --- a/sysdeps/unix/sysv/linux/alpha/setfpucw.c +++ b/sysdeps/unix/sysv/linux/alpha/setfpucw.c @@ -1,5 +1,5 @@ /* Set FP exception mask and rounding mode. - Copyright (C) 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998 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 @@ -41,7 +41,7 @@ wrfpcr (unsigned long fpcr) void -__setfpucw (unsigned short fpu_control) +__setfpucw (fpu_control_t fpu_control) { unsigned long fpcr = 0, fpcw = 0;