Date: Tue, 3 Apr 2001 15:25:40 -0700 (PDT) From: Ian Dowse <iedowse@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread uthread_main_np.c Message-ID: <200104032225.f33MPfQ53510@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
iedowse 2001/04/03 15:25:40 PDT Modified files: lib/libc_r/uthread uthread_main_np.c Log: Add a leading underscore to the pthread_main_np function name, and a "#pragma weak" directive linking the external symbol. This matches the other pthread_* definitions, and ensures that users of this function from within libc get the real version, not the stub. Suggested by: deischen Reviewed by: deischen, alfred Revision Changes Path 1.2 +3 -2 src/lib/libc_r/uthread/uthread_main_np.c 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?200104032225.f33MPfQ53510>