Path: utzoo!dptcdc!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.sys.att Subject: Re: ftruncate and sigsetmask for SysV? Keywords: ftruncate sigsetmask 3b1 Message-ID: <1447@auspex.auspex.com> Date: 17 Apr 89 19:36:07 GMT References: <14214@duke.cs.duke.edu> Reply-To: guy@auspex.auspex.com (Guy Harris) Organization: Auspex Systems, Santa Clara Lines: 12 >has anyone produced versions of the BSD functions ftruncate() and >sigsetmask() for SysV, in particular for the 3b1? any pointers as to >where these could be found would be helpful. alternatively, are there >any SysV equivalent approaches? There is no fully-functional equivalent to "ftruncate()" in any flavor of vanilla S5, which makes it unlikely that anybody's produced a version of them for S5 - the hooks just aren't there. "sigsetmask" also requires a more powerful signal mechanism than existed prior to S5R3; it might be possible to do some or all of "sigsetmask" atop S5R3, but it's not posssible to do it atop the signal mechanism that existed prior to that.