diff options
author | David Leonard <d@cvs.openbsd.org> | 2000-01-06 06:58:36 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 2000-01-06 06:58:36 +0000 |
commit | aa3d945509e53db64b5c0578200ae4f512f742c6 (patch) | |
tree | e8914c9b479fb89f75330aa304cbc959215c2cf0 /lib/libc_r/TEST/test_preemption_float.c | |
parent | d3c76003c02c6de538fe707b8996fbc81e3b71b2 (diff) |
ident, clean
Diffstat (limited to 'lib/libc_r/TEST/test_preemption_float.c')
-rw-r--r-- | lib/libc_r/TEST/test_preemption_float.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc_r/TEST/test_preemption_float.c b/lib/libc_r/TEST/test_preemption_float.c index 48246f577ed..ba22ba0cc65 100644 --- a/lib/libc_r/TEST/test_preemption_float.c +++ b/lib/libc_r/TEST/test_preemption_float.c @@ -1,3 +1,4 @@ +/* $OpenBSD: test_preemption_float.c,v 1.3 2000/01/06 06:58:34 d Exp $ */ /* Test to see if floating point state is being properly maintained for each thread. Different threads doing floating point operations simultaneously should not interfere with one another. This |