Date: Wed, 25 Jul 2001 19:05:17 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> To: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> Cc: Kris Kennaway <kris@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/sys sigaction.2 Message-ID: <Pine.BSF.4.21.0107251900590.48176-100000@besplex.bde.org> In-Reply-To: <200107241504.f6OF4WL00755@khavrinen.lcs.mit.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 24 Jul 2001, Garrett Wollman wrote: > <<On Tue, 24 Jul 2001 01:24:50 -0700 (PDT), Kris Kennaway <kris@FreeBSD.org> said: > > > Add a few more functions which are safe to call from signal handlers, > > and give a bit of advice. > > Are these functions officially signal-safe, or just signal-safe in our > particular implementation? Only in our implementation. It's hard to see how strcpy() could be signal-unsafe, but POSIX doesn't require it to be signal-safe. Bruce 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.BSF.4.21.0107251900590.48176-100000>