From: YAMAMOTO Mitsuharu Date: Wed, 12 Apr 2006 08:04:08 +0000 (+0000) Subject: (pid_t): Define to int. X-Git-Tag: emacs-pretest-22.0.90~3195 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6ec6619ae811ea6601e316cb6725c81486225362;p=emacs.git (pid_t): Define to int. --- diff --git a/mac/inc/config.h b/mac/inc/config.h index cdb7fd5b0e8..200e4005ff0 100644 --- a/mac/inc/config.h +++ b/mac/inc/config.h @@ -906,7 +906,7 @@ Boston, MA 02110-1301, USA. */ /* #undef mbstate_t */ /* Define to `int' if does not define. */ -/* #undef pid_t */ +#define pid_t int /* Define to any substitute for sys_siglist. */ /* #undef sys_siglist */