From 6ec6619ae811ea6601e316cb6725c81486225362 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Wed, 12 Apr 2006 08:04:08 +0000 Subject: [PATCH] (pid_t): Define to int. --- mac/inc/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.2