diff options
Diffstat (limited to 'lib/libpthread/uthread/uthread_switch_np.c')
-rw-r--r-- | lib/libpthread/uthread/uthread_switch_np.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpthread/uthread/uthread_switch_np.c b/lib/libpthread/uthread/uthread_switch_np.c index 598edacd2bb..2e7351b9697 100644 --- a/lib/libpthread/uthread/uthread_switch_np.c +++ b/lib/libpthread/uthread/uthread_switch_np.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uthread_switch_np.c,v 1.1 1999/05/26 00:18:26 d Exp $ */ +/* $OpenBSD: uthread_switch_np.c,v 1.2 1999/11/25 07:01:46 d Exp $ */ /* * Copyright (c) 1998 Daniel Eischen <eischen@vigrid.com>. * All rights reserved. @@ -30,6 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * $FreeBSD: uthread_switch_np.c,v 1.3 1999/08/28 00:03:53 peter Exp $ */ #include <errno.h> #ifdef _THREAD_SAFE |