summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2004-04-10 06:41:43 +0000
committerBrad Smith <brad@cvs.openbsd.org>2004-04-10 06:41:43 +0000
commit029ff8feb724bcaa2bef28b9646676db2fc818a5 (patch)
treef16a8055621307d4f9fb62f20435cba3e6fac27c /lib
parent532b010acd41eb6be65331811f56f59d79403912 (diff)
style
Diffstat (limited to 'lib')
-rw-r--r--lib/libpthread/uthread/uthread_attr_setschedpolicy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/uthread/uthread_attr_setschedpolicy.c b/lib/libpthread/uthread/uthread_attr_setschedpolicy.c
index 59e4ed926d0..9070b010244 100644
--- a/lib/libpthread/uthread/uthread_attr_setschedpolicy.c
+++ b/lib/libpthread/uthread/uthread_attr_setschedpolicy.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uthread_attr_setschedpolicy.c,v 1.4 2002/01/19 23:49:32 fgsch Exp $ */
+/* $OpenBSD: uthread_attr_setschedpolicy.c,v 1.5 2004/04/10 06:41:42 brad Exp $ */
/*
* Copyright (c) 1998 Daniel Eischen <eischen@vigrid.com>.
* All rights reserved.
@@ -49,6 +49,6 @@ pthread_attr_setschedpolicy(pthread_attr_t *attr, int policy)
} else
(*attr)->sched_policy = policy;
- return (ret);
+ return(ret);
}
#endif