Xref: utzoo comp.unix.aix:1520 comp.sys.ibm.pc.rt:1802 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!ucsd!ucbvax!mindcrf.UUCP!karish From: karish@mindcrf.UUCP Newsgroups: comp.unix.aix,comp.sys.ibm.pc.rt Subject: Re: SIGNAL.h problems Summary: SIGTSTP: No job control on AIX/RT Message-ID: <9008072221.AA18299@mindcrf.mindcraft.com> Date: 7 Aug 90 22:21:04 GMT References: <90218.234122TAR@MAINE.BITNET> Sender: daemon@ucbvax.BERKELEY.EDU Organization: Mindcraft, Inc. Lines: 18 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 . 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