diff options
| author | lukem <lukem@NetBSD.org> | 2003-03-08 08:03:34 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2003-03-08 08:03:34 +0000 |
| commit | f043c0fb577c0acd8b1b861fe176167e97ea5cd0 (patch) | |
| tree | b4f65b0b47289499b02e39995f9099c669bbff6e /lib/libpthread/pthread.c | |
| parent | e2d78706262ad79322908353a6794238a57c890d (diff) | |
add __RCSID()
Diffstat (limited to 'lib/libpthread/pthread.c')
| -rw-r--r-- | lib/libpthread/pthread.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libpthread/pthread.c b/lib/libpthread/pthread.c index 4fa616407b2..09486f93432 100644 --- a/lib/libpthread/pthread.c +++ b/lib/libpthread/pthread.c @@ -1,4 +1,4 @@ -/* $NetBSD: pthread.c,v 1.13 2003/02/28 18:37:44 nathanw Exp $ */ +/* $NetBSD: pthread.c,v 1.14 2003/03/08 08:03:34 lukem Exp $ */ /*- * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -36,6 +36,9 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#include <sys/cdefs.h> +__RCSID("$NetBSD: pthread.c,v 1.14 2003/03/08 08:03:34 lukem Exp $"); + #include <err.h> #include <errno.h> #include <lwp.h> @@ -46,8 +49,6 @@ #include <ucontext.h> #include <unistd.h> -#include <sys/cdefs.h> - #include <sched.h> #include "pthread.h" #include "pthread_int.h" |
