Date: Fri, 26 Jan 2001 07:17:00 -0500 (EST) From: Daniel Eischen <eischen@vigrid.com> To: Jason Evans <jasone@canonware.com> Cc: Daniel Eischen <deischen@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc Makefile Message-ID: <Pine.SUN.3.91.1010126070948.3031A-100000@pcnet1.pcnet.com> In-Reply-To: <20010125202728.E87569@canonware.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 25 Jan 2001, Jason Evans wrote: > On Thu, Jan 25, 2001 at 06:27:06PM -0800, Daniel Eischen wrote: > > deischen 2001/01/25 18:27:06 PST > > > > Modified files: > > lib/libc Makefile > > Log: > > Comment change only; s/_thread_sys_/__sys_/ > > Ew, this reminds me: we have IMPLEMENTATION NOTES in lots of man pages that > mention _thread_sys_*(), which now needs to be updated. I know, but I'm not sure yet what to do for those. I want to get rid of fd locking altogether by the threads library. FILE will have a lock and be MT-safe, but I don't see any need to have the threads library provide locking for fds; it should be up to the application. Do we even want to mention that some calls are renamed to __sys_foo? -- Dan Eischen 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?Pine.SUN.3.91.1010126070948.3031A-100000>