Xref: utzoo comp.unix.wizards:22855 comp.unix.questions:23736 comp.unix.i386:6796 Path: utzoo!attcan!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.wizards,comp.unix.questions,comp.unix.i386 Subject: Re: premute signals on binaries Message-ID: <3641@auspex.auspex.com> Date: 13 Jul 90 17:14:26 GMT References: <1990Jul12.180933.6837@cs.rochester.edu> Followup-To: comp.unix.wizards Organization: Auspex Systems, Santa Clara Lines: 7 >This inconsistancy should eventually disappear, in about a year, when both >companies move up to Sys V, r4, which will specify a binary standard for these >signals, forcing one (or the other or both) to redo theses #define's. In case anybody's curious, it appears as if SCO wins and Interactive loses; according to the S5R4 manual, SIGSTOP is 23, SIGTSTP is 24, and SIGCONT is 25. SIGTTIN and SIGTTOU are 26 and 27.