diff options
| author | christos <christos@NetBSD.org> | 2003-09-11 21:51:57 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2003-09-11 21:51:57 +0000 |
| commit | 338cc5f663217e48ce9cc440af6aec0091b83e65 (patch) | |
| tree | 889bb053893363207b4b8a539b45236660df9b41 /lib/libpthread/pthread_attr.c | |
| parent | 2bf36341596069db507b8de48810da61aa714d62 (diff) | |
sprinkle ARGSUSED for good cheer.
Diffstat (limited to 'lib/libpthread/pthread_attr.c')
| -rw-r--r-- | lib/libpthread/pthread_attr.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libpthread/pthread_attr.c b/lib/libpthread/pthread_attr.c index 62482af00c9..9d957115301 100644 --- a/lib/libpthread/pthread_attr.c +++ b/lib/libpthread/pthread_attr.c @@ -1,4 +1,4 @@ -/* $NetBSD: pthread_attr.c,v 1.1 2003/07/18 22:33:46 nathanw Exp $ */ +/* $NetBSD: pthread_attr.c,v 1.2 2003/09/11 21:51:57 christos Exp $ */ /*- * Copyright (c) 2001,2002,2003 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__RCSID("$NetBSD: pthread_attr.c,v 1.1 2003/07/18 22:33:46 nathanw Exp $"); +__RCSID("$NetBSD: pthread_attr.c,v 1.2 2003/09/11 21:51:57 christos Exp $"); #include <errno.h> #include <stdio.h> @@ -237,6 +237,7 @@ pthread_attr_setscope(pthread_attr_t *attr, int scope) int +/*ARGSUSED*/ pthread_attr_setschedparam(pthread_attr_t *attr, const struct sched_param *param) { @@ -252,6 +253,7 @@ pthread_attr_setschedparam(pthread_attr_t *attr, int +/*ARGSUSED*/ pthread_attr_getschedparam(const pthread_attr_t *attr, struct sched_param *param) { |
