diff options
author | David Leonard <d@cvs.openbsd.org> | 2000-01-06 06:52:46 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 2000-01-06 06:52:46 +0000 |
commit | e8aeea94fac3d7e0e2d0fb1eebcadf49df471ef9 (patch) | |
tree | 5ed6bc4ca9706928d65d87d300b7cf7ef35ae824 | |
parent | 0088af948b6d831b67386fdd1ad24588cb51312e (diff) |
repair comment
-rw-r--r-- | lib/libc_r/TEST/test_create.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc_r/TEST/test_create.c b/lib/libc_r/TEST/test_create.c index fbf99549c4f..56b24df38ad 100644 --- a/lib/libc_r/TEST/test_create.c +++ b/lib/libc_r/TEST/test_create.c @@ -1,10 +1,8 @@ -/* ==== test_create.c ============================================================ +/* $OpenBSD: test_create.c,v 1.4 2000/01/06 06:52:45 d Exp $ */ +/* * Copyright (c) 1993 by Chris Provenzano, proven@athena.mit.edu * - * Description : Test pthread_create() and pthread_exit() calls. - * - * 1.00 93/08/03 proven - * -Started coding this file. + * Test pthread_create() and pthread_exit() calls. */ #include <pthread.h> |