Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!mstan!amull From: amull@Morgan.COM (Andrew P. Mullhaupt) Newsgroups: comp.unix.i386 Subject: Re: floating point exception status not inherited by exec Message-ID: <801@s6.Morgan.COM> Date: 28 Mar 90 16:52:36 GMT References: <795@s7.Morgan.COM> <240@samna.UUCP> Reply-To: amull@Morgan.COM (Andrew P. Mullhaupt) Organization: Morgan Stanley and Co., NY, NY Lines: 12 There are two separate things called 'sticky bits'. One is, as you point out, a file permission UNIX creature, whereas the other, having no essential connection to UNIX that I know of, is part of the IEEE floating point standard. This second one is the one I need to preserve across execs. Some people have suggested having the child read the floating point status from the environment. The hope was not to have to modify the child source. Later, Andrew Mullhaupt