Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Mar 2005 13:59:44 GMT
From:      David Xu <davidxu@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 73214 for review
Message-ID:  <200503151359.j2FDxilS067872@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=73214

Change 73214 by davidxu@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503151359.j2FDxilS067872>