diff options
| author | proven <proven@NetBSD.org> | 1994-02-07 22:04:13 +0000 |
|---|---|---|
| committer | proven <proven@NetBSD.org> | 1994-02-07 22:04:13 +0000 |
| commit | 1c3caff3ffe4d0356760d3a3d5e6abd1881cc775 (patch) | |
| tree | b7ac40051e7a00e070adc531dbf3e29dd1c4778e /lib/libpthread/pthreads/queue.c | |
| parent | 0ddc616639d6536ea4ec43cb1c482f1ab9cc25a4 (diff) | |
RCS ids added.
pthread_once() moved to separate file.
pthread_detach(), and pthread_join() routines added,
and sleep now sleeps only the running thread not the process.
Diffstat (limited to 'lib/libpthread/pthreads/queue.c')
| -rw-r--r-- | lib/libpthread/pthreads/queue.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libpthread/pthreads/queue.c b/lib/libpthread/pthreads/queue.c index 1a0fa70c287..97bf276fe92 100644 --- a/lib/libpthread/pthreads/queue.c +++ b/lib/libpthread/pthreads/queue.c @@ -1,5 +1,5 @@ /* ==== queue.c ============================================================ - * Copyright (c) 1993 by Chris Provenzano, proven@mit.edu + * Copyright (c) 1993, 1994 by Chris Provenzano, proven@mit.edu * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -35,6 +35,10 @@ * -Started coding this file. */ +#ifndef lint +static const char rcsid[] = "$Id: queue.c,v 1.3 1994/02/07 22:04:28 proven Exp $ $provenid: queue.c,v 1.16 1994/02/07 02:19:24 proven Exp $"; +#endif + #include <pthread.h> /* |
