Date: Tue, 20 Jul 93 14:24:24 EDT From: DJ Delorie To: bergman AT panix DOT com Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: waitpid, S_ISREG Any functions relating to process control don't exist for djgpp, as MS-DOS doesn't have processes per se. As for S_ISREG, you could define it in terms of the S_IFREG symbol in sys/stat.h.