Date: Tue, 15 Feb 2005 14:16:57 GMT From: David Xu <davidxu@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 71111 for review Message-ID: <200502151416.j1FEGvqw019618@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=71111 Change 71111 by davidxu@davidxu_tiger on 2005/02/15 14:16:12 sync with libgcc. Affected files ... .. //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_init.c#12 edit Differences ... ==== //depot/projects/davidxu_thread/src/lib/libthread/thread/thr_init.c#12 (text+ko) ==== @@ -154,7 +154,8 @@ &_pthread_mutex_destroy, &_pthread_mutex_lock, &_pthread_mutex_trylock, - &_pthread_mutex_unlock + &_pthread_mutex_unlock, + &_pthread_create }; #define DUAL_ENTRY(entry) \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502151416.j1FEGvqw019618>