PERFORCE change 103089 for review

John Birrell jb at FreeBSD.org
Thu Aug 3 03:41:34 UTC 2006


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

Change 103089 by jb at jb_freebsd2 on 2006/08/03 03:40:45

	Remove a few non-portable prototypes that we can do without. They
	just cause upgrade problems if we implement them.

Affected files ...

.. //depot/projects/dtrace/src/include/pthread_np.h#4 edit

Differences ...

==== //depot/projects/dtrace/src/include/pthread_np.h#4 (text+ko) ====

@@ -49,11 +49,8 @@
 int pthread_multi_np(void);
 int pthread_mutexattr_getkind_np(pthread_mutexattr_t);
 int pthread_mutexattr_setkind_np(pthread_mutexattr_t *, int);
-int pthread_mutex_held_np(pthread_mutex_t *);
 void pthread_resume_all_np(void);
 int pthread_resume_np(pthread_t);
-int pthread_rwlock_rdheld_np(pthread_rwlock_t *);
-int pthread_rwlock_wrheld_np(pthread_rwlock_t *);
 void pthread_set_name_np(pthread_t, const char *);
 int pthread_single_np(void);
 void pthread_suspend_all_np(void);


More information about the p4-projects mailing list