diff options
author | niklas <> | 2001-01-29 02:05:48 +0000 |
---|---|---|
committer | niklas <> | 2001-01-29 02:05:48 +0000 |
commit | 36645d5fbc055004af0f4972b18ebb6db6cd4100 (patch) | |
tree | 8c44d451baa682b572056b984697ade0424adf9b /src/regress/lib/libc/ieeefp | |
parent | 68c2927b4d7475ddf9a91438c0df0a7d9802de22 (diff) | |
download | openbsd-36645d5fbc055004af0f4972b18ebb6db6cd4100.tar.gz openbsd-36645d5fbc055004af0f4972b18ebb6db6cd4100.tar.bz2 openbsd-36645d5fbc055004af0f4972b18ebb6db6cd4100.zip |
$OpenBSD$
Diffstat (limited to 'src/regress/lib/libc/ieeefp')
-rw-r--r-- | src/regress/lib/libc/ieeefp/Makefile | 1 | ||||
-rw-r--r-- | src/regress/lib/libc/ieeefp/except/Makefile | 1 | ||||
-rw-r--r-- | src/regress/lib/libc/ieeefp/except/except.c | 2 | ||||
-rw-r--r-- | src/regress/lib/libc/ieeefp/round/Makefile | 1 | ||||
-rw-r--r-- | src/regress/lib/libc/ieeefp/round/round.c | 1 |
5 files changed, 6 insertions, 0 deletions
diff --git a/src/regress/lib/libc/ieeefp/Makefile b/src/regress/lib/libc/ieeefp/Makefile index 0f453a31e9..892a1e7770 100644 --- a/src/regress/lib/libc/ieeefp/Makefile +++ b/src/regress/lib/libc/ieeefp/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.3 2001/01/29 02:05:41 niklas Exp $ | ||
1 | # $NetBSD: Makefile,v 1.5 1996/04/09 16:54:18 phil Exp $ | 2 | # $NetBSD: Makefile,v 1.5 1996/04/09 16:54:18 phil Exp $ |
2 | 3 | ||
3 | SUBDIR+= except round | 4 | SUBDIR+= except round |
diff --git a/src/regress/lib/libc/ieeefp/except/Makefile b/src/regress/lib/libc/ieeefp/except/Makefile index 91f24f15f6..ad9698f74f 100644 --- a/src/regress/lib/libc/ieeefp/except/Makefile +++ b/src/regress/lib/libc/ieeefp/except/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2001/01/29 02:05:42 niklas Exp $ | ||
1 | # $NetBSD: Makefile,v 1.1 1995/04/26 00:27:25 jtc Exp $ | 2 | # $NetBSD: Makefile,v 1.1 1995/04/26 00:27:25 jtc Exp $ |
2 | 3 | ||
3 | PROG= except | 4 | PROG= except |
diff --git a/src/regress/lib/libc/ieeefp/except/except.c b/src/regress/lib/libc/ieeefp/except/except.c index a2a107a788..6b65e8f3c4 100644 --- a/src/regress/lib/libc/ieeefp/except/except.c +++ b/src/regress/lib/libc/ieeefp/except/except.c | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $OpenBSD: except.c,v 1.3 2001/01/29 02:05:42 niklas Exp $ */ | ||
2 | |||
1 | #include <stdio.h> | 3 | #include <stdio.h> |
2 | #include <signal.h> | 4 | #include <signal.h> |
3 | #include <assert.h> | 5 | #include <assert.h> |
diff --git a/src/regress/lib/libc/ieeefp/round/Makefile b/src/regress/lib/libc/ieeefp/round/Makefile index 571133436c..c8e5c4f4d6 100644 --- a/src/regress/lib/libc/ieeefp/round/Makefile +++ b/src/regress/lib/libc/ieeefp/round/Makefile | |||
@@ -1,3 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.2 2001/01/29 02:05:42 niklas Exp $ | ||
1 | # $NetBSD: Makefile,v 1.1 1995/04/26 00:27:27 jtc Exp $ | 2 | # $NetBSD: Makefile,v 1.1 1995/04/26 00:27:27 jtc Exp $ |
2 | 3 | ||
3 | PROG= round | 4 | PROG= round |
diff --git a/src/regress/lib/libc/ieeefp/round/round.c b/src/regress/lib/libc/ieeefp/round/round.c index b9fcd9771e..086c4fdf10 100644 --- a/src/regress/lib/libc/ieeefp/round/round.c +++ b/src/regress/lib/libc/ieeefp/round/round.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: round.c,v 1.2 2001/01/29 02:05:43 niklas Exp $ */ | ||
1 | /* $NetBSD: round.c,v 1.1 1995/04/26 00:27:28 jtc Exp $ */ | 2 | /* $NetBSD: round.c,v 1.1 1995/04/26 00:27:28 jtc Exp $ */ |
2 | 3 | ||
3 | /* | 4 | /* |