OSSP CVS Repository

ossp - Difference in ossp-pkg/pth/pthread.c versions 1.65 and 1.66
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

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);

CVSTrac 2.0.1