diff options
| author | mycroft <mycroft@NetBSD.org> | 1998-02-03 01:26:20 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1998-02-03 01:26:20 +0000 |
| commit | b5c132e4d2320920d3cf172ea159aa3a1dec31fe (patch) | |
| tree | 496a93c070277e1ed6acb15394791feb58a134e8 /sys/arch/alpha/include/float.h | |
| parent | 677ae55ec2b637ef5c225b37b0f42771615dd47b (diff) | |
Prototype __flt_rounds() consistently.
Diffstat (limited to 'sys/arch/alpha/include/float.h')
| -rw-r--r-- | sys/arch/alpha/include/float.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/include/float.h b/sys/arch/alpha/include/float.h index fa430b3f7d2..d1f87622523 100644 --- a/sys/arch/alpha/include/float.h +++ b/sys/arch/alpha/include/float.h @@ -1,4 +1,4 @@ -/* $NetBSD: float.h,v 1.6 1997/07/17 21:36:03 thorpej Exp $ */ +/* $NetBSD: float.h,v 1.7 1998/02/03 01:26:20 mycroft Exp $ */ /* * Copyright (c) 1989, 1993 @@ -39,7 +39,7 @@ #include <sys/cdefs.h> __BEGIN_DECLS -int __flt_rounds __P((void)); +extern int __flt_rounds __P((void)); __END_DECLS #define FLT_RADIX 2 /* b */ |
