Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Feb 2005 13:18:23 GMT
From:      David Xu <davidxu@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 71658 for review
Message-ID:  <200502231318.j1NDINuC054643@repoman.freebsd.org>

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

Change 71658 by davidxu@davidxu_alona on 2005/02/23 13:18:07

	Export pthread_condattr_setclock, pthread_condattr_getclock,
	pthread_condattr_setpshared, pthread_condattr_getpshared.

Affected files ...

.. //depot/projects/davidxu_thread/src/lib/libthread/pthread.map#7 edit

Differences ...

==== //depot/projects/davidxu_thread/src/lib/libthread/pthread.map#7 (text+ko) ====

@@ -77,7 +77,11 @@
 	_pthread_cond_wait;
 	_pthread_condattr_default;
 	_pthread_condattr_destroy;
+	_pthread_condattr_getclock;
+	_pthread_condattr_getpshared;
 	_pthread_condattr_init;
+	_pthread_condattr_setclock;
+	_pthread_condattr_setpshared;
 	_pthread_create;
 	_pthread_detach;
 	_pthread_equal;



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