Xref: news-dnh.mv.net comp.os.msdos.djgpp:1643 Newsgroups: comp.os.msdos.djgpp Path: news-dnh.mv.net!mv!news.sprintlink.net!simtel!harbinger.cc.monash.edu.au!aggedor.rmit.EDU.AU!news.unimelb.EDU.AU!cs.mu.OZ.AU!cat!cgg From: cgg AT cat DOT cs DOT mu DOT OZ DOT AU (Christopher Geoffrey GRINTON) Subject: Bad macros in sys/wait.h (V2) Keywords: wait header Sender: news AT cs DOT mu DOT OZ DOT AU (CS-Usenet) Organization: Computer Science, University of Melbourne, Australia Date: Mon, 14 Aug 1995 00:03:54 GMT Lines: 10 To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp I've just noticed that in the file sys/wait.h in djgpp V2 (beta2), some of the macros don't have parameters where I'd expect them. In particular, I think the WIFSIGNALED, WIFSTOPPED, WSTOPSIG and WTERMSIG macros should all have one parameter, which is not there. Is this a bug, or am I missing something? Regards, Chris