diff options
author | 1999-11-25 07:01:27 +0000 | |
---|---|---|
committer | 1999-11-25 07:01:27 +0000 | |
commit | 55c3be94fd3300052ae99760eb43f4d203a9deb4 (patch) | |
tree | 7e280922b53046d374ca3a322bae9e199089037b /lib/libpthread/uthread/uthread_mutex_protocol.c | |
parent | keep freebsd's thread info distcint from mine (diff) | |
download | wireguard-openbsd-55c3be94fd3300052ae99760eb43f4d203a9deb4.tar.xz wireguard-openbsd-55c3be94fd3300052ae99760eb43f4d203a9deb4.zip |
sync with FreeBSD
Diffstat (limited to 'lib/libpthread/uthread/uthread_mutex_protocol.c')
-rw-r--r-- | lib/libpthread/uthread/uthread_mutex_protocol.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpthread/uthread/uthread_mutex_protocol.c b/lib/libpthread/uthread/uthread_mutex_protocol.c index fa0b9804d57..6b075ee4f2b 100644 --- a/lib/libpthread/uthread/uthread_mutex_protocol.c +++ b/lib/libpthread/uthread/uthread_mutex_protocol.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uthread_mutex_protocol.c,v 1.1 1999/05/26 00:18:25 d Exp $ */ +/* $OpenBSD: uthread_mutex_protocol.c,v 1.2 1999/11/25 07:01:40 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_mutex_protocol.c,v 1.3 1999/08/28 00:03:41 peter Exp $ */ #include <string.h> #include <stdlib.h> |