Hi, I want to ignore signal SIGCHLD - to avoid "zombie" process creation. Can some help me how to? I've found it in man-pages but it uses sig(SIGCHLD,SIG_IGN) - in fpc definitions, there is incompatibility in type,expected is SIGNALHANDLER instead of longint ... Thanx, Mirek Novak.