ossp-pkg/pth/pthread.c 1.65 -> 1.66
--- pthread.c 2004/07/13 10:50:49 1.65
+++ pthread.c 2004/09/12 09:28:04 1.66
@@ -115,7 +115,7 @@
return pth_error(ENOSYS, ENOSYS);
}
-int pthread_attr_setschedparam(pthread_attr_t *attr, struct sched_param *schedparam)
+int pthread_attr_setschedparam(pthread_attr_t *attr, const struct sched_param *schedparam)
{
if (attr == NULL)
return pth_error(EINVAL, EINVAL);
|
|