PERFORCE change 73214 for review

David Xu davidxu at FreeBSD.org
Tue Mar 15 05:59:46 PST 2005


http://perforce.freebsd.org/chv.cgi?CH=73214

Change 73214 by davidxu at davidxu_tiger on 2005/03/15 13:58:45

	remove 'const'.

Affected files ...

.. //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_condattr.c#6 edit

Differences ...

==== //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_condattr.c#6 (text+ko) ====

@@ -90,7 +90,7 @@
 }
 
 int
-_pthread_condattr_setclock(const pthread_condattr_t *attr,
+_pthread_condattr_setclock(pthread_condattr_t *attr,
        clockid_t clock_id)
 {
 	if (attr == NULL || *attr == NULL)


More information about the p4-projects mailing list