diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-01 21:36:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-08-01 21:36:34 +0000 |
commit | 769eaaba4214d08cc695463f7d2824617ff1f005 (patch) | |
tree | 69c060fdd8e77410191f5bfe210beec397e8c9bc /lib/libc/arch/powerpc | |
parent | 8b542be04f44ace75db3085327c2135a1d102c8a (diff) |
pull in protos
Diffstat (limited to 'lib/libc/arch/powerpc')
-rw-r--r-- | lib/libc/arch/powerpc/gen/flt_rounds.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/arch/powerpc/gen/flt_rounds.c b/lib/libc/arch/powerpc/gen/flt_rounds.c index 30158a53eba..759516534db 100644 --- a/lib/libc/arch/powerpc/gen/flt_rounds.c +++ b/lib/libc/arch/powerpc/gen/flt_rounds.c @@ -1,4 +1,7 @@ -/* $NetBSD$ */ +/* $OpenBSD: flt_rounds.c,v 1.2 1997/08/01 21:36:32 deraadt Exp $ */ + +#include <sys/types.h> +#include <machine/float.h> static const int map[] = { 1, /* round to nearest */ |