Date: Thu, 3 Aug 2006 03:41:32 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 103089 for review Message-ID: <200608030341.k733fWhk053407@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=103089 Change 103089 by jb@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608030341.k733fWhk053407>