diff options
Diffstat (limited to 'sys/arch/hppa/spmath/sgl_float.h')
-rw-r--r-- | sys/arch/hppa/spmath/sgl_float.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hppa/spmath/sgl_float.h b/sys/arch/hppa/spmath/sgl_float.h index bac3d56215d..dd36669753f 100644 --- a/sys/arch/hppa/spmath/sgl_float.h +++ b/sys/arch/hppa/spmath/sgl_float.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sgl_float.h,v 1.3 1998/07/02 19:06:03 mickey Exp $ */ +/* $OpenBSD: sgl_float.h,v 1.4 2000/01/11 08:25:08 mickey Exp $ */ /* * Copyright 1996 1995 by Open Software Foundation, Inc. @@ -339,7 +339,7 @@ int sgl_fcmp __P((sgl_floating_point *, sgl_floating_point *, unsigned int, unsi int sgl_fdiv __P((sgl_floating_point *, sgl_floating_point *, sgl_floating_point *, unsigned int *)); int sgl_fmpy __P((sgl_floating_point *, sgl_floating_point *, sgl_floating_point *, unsigned int *)); int sgl_frem __P((sgl_floating_point *, sgl_floating_point *, sgl_floating_point *, unsigned int *)); -int sgl_fsqrt __P((sgl_floating_point *, void *, sgl_floating_point *, unsigned int *)); +int sgl_fsqrt __P((sgl_floating_point *, sgl_floating_point *, unsigned int *)); int sgl_fsub __P((sgl_floating_point *, sgl_floating_point *, sgl_floating_point *, unsigned int *)); -int sgl_frnd __P((sgl_floating_point *, void *, sgl_floating_point *, unsigned int *)); +int sgl_frnd __P((sgl_floating_point *, sgl_floating_point *, unsigned int *)); |