[comp.sys.ibm.pc.rt] SIGNAL.h problems

karish@mindcrf.UUCP (08/08/90)

In article <90218.234122TAR@MAINE.BITNET> TAR@MAINE.BITNET (Thom Rounds) writes:
>    I need to know the AIX equivalent of SIGTSTP. I am trying to patch a piece
>of code to work on AIX but don't know the AIX equiv. ANY help would be greatly
>appreciated. Thank you.

    If you're programming on a PS/2 or an RS/6000 (or, I presume, a
    370) no equivalent is necessary; SIGTSTP is present in
    <sys/signal.h>.

    If you're working on an RT, no equivalent will be helpful, because
    AIX/RT doesn't support job control.  You'll have to examine the
    code carefully and disable anything that depends on the job
    control signals.

-- 

	Chuck Karish		karish@mindcraft.com
	Mindcraft, Inc.		(415) 323-9000		

lerman@stpstn.UUCP (Ken Lerman) (08/09/90)

In article <9008072221.AA18299@mindcrf.mindcraft.com> karish@mindcrf.UUCP writes:
[... stuff deleted ...]
->
->    If you're programming on a PS/2 or an RS/6000 (or, I presume, a
->    370) no equivalent is necessary; SIGTSTP is present in
->    <sys/signal.h>.
->
->    If you're working on an RT, no equivalent will be helpful, because
->    AIX/RT doesn't support job control.  You'll have to examine the
->    code carefully and disable anything that depends on the job
->    control signals.
->
->-- 
->
->	Chuck Karish		karish@mindcraft.com
->	Mindcraft, Inc.		(415) 323-9000		


OK, the secret it out.

Shouldn't comp.unix.aix be renamed to comp.unix.aixes? :-) :-)

The various versions have at least three things in common:

  "A", "I", and "X"

Ken