Date: Tue, 25 Apr 2000 16:47:54 -0700 From: David O'Brien <obrien@FreeBSD.ORG> To: Alexey Zelkin <phantom@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc_r/man pthread_cancel.3 pthread_cleanup_pop.3 pthread_cleanup_push.3 pthread_cond_broadcast.3 pthread_cond_destroy.3 pthread_cond_init.3 pthread_cond_signal.3 pthread_cond_timedwait.3 pthread_cond_wait.3 pthread_create.3 pthread_detach.3 ... Message-ID: <20000425164754.A57307@hub.freebsd.org> In-Reply-To: <200004231607.JAA13017@freefall.freebsd.org>; from Alexey Zelkin on Sun, Apr 23, 2000 at 09:07:49AM -0700 References: <200004231607.JAA13017@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Apr 23, 2000 at 09:07:49AM -0700, Alexey Zelkin wrote: > phantom 2000/04/23 09:07:48 PDT > Modified files: (Branch: RELENG_3) > lib/libc_r/man pthread_cancel.3 pthread_cleanup_pop.3 ...snip... > Log: > MFC: introduce .Lb macro to libc_r manpages A bad MFC. Unfortunately the man page tells people to link with "-lc_r" which is 100% wrong and won't work. "cc -pthread" is the proper way. This commit either needs to be backed out 100%, or changed to "cc -pthread". -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000425164754.A57307>