diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2000-01-10 04:14:08 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2000-01-10 04:14:08 +0000 |
| commit | 3eadb69d1fc9c74dd58c04ae789550a77fc53c08 (patch) | |
| tree | a0b5e350265cd333df3f4123ec9df1472f4a7786 /lib/libpthread | |
| parent | 893618352c9569f73cc299ebae2c18f7a1ac17bc (diff) | |
Notes
Diffstat (limited to 'lib/libpthread')
| -rw-r--r-- | lib/libpthread/thread/thr_attr_setschedparam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_attr_setschedparam.c b/lib/libpthread/thread/thr_attr_setschedparam.c index 17b93b4ec523..5746fe2fffb1 100644 --- a/lib/libpthread/thread/thr_attr_setschedparam.c +++ b/lib/libpthread/thread/thr_attr_setschedparam.c @@ -37,7 +37,7 @@ #include "pthread_private.h" int -pthread_attr_setschedparam(pthread_attr_t *attr, struct sched_param *param) +pthread_attr_setschedparam(pthread_attr_t *attr, const struct sched_param *param) { int ret = 0; |
