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_setprio.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_setprio.c')
-rw-r--r-- | lib/libpthread/uthread/uthread_setprio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpthread/uthread/uthread_setprio.c b/lib/libpthread/uthread/uthread_setprio.c index 575eb62da2c..b0be80a20ad 100644 --- a/lib/libpthread/uthread/uthread_setprio.c +++ b/lib/libpthread/uthread/uthread_setprio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uthread_setprio.c,v 1.4 1999/05/26 00:18:25 d Exp $ */ +/* $OpenBSD: uthread_setprio.c,v 1.5 1999/11/25 07:01:43 d Exp $ */ /* * Copyright (c) 1995 John Birrell <jb@cimlogic.com.au>. * 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_setprio.c,v 1.6 1999/08/28 00:03:47 peter Exp $ */ #include <errno.h> #ifdef _THREAD_SAFE |