diff options
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2006-04-12 08:04:08 +0000 |
---|---|---|
committer | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 2006-04-12 08:04:08 +0000 |
commit | 6ec6619ae811ea6601e316cb6725c81486225362 (patch) | |
tree | dec80164e0016019805df562b0722415684fe3aa /mac/inc | |
parent | 94c3a9d8973351a269a0b9020830c764fdc5e209 (diff) | |
download | emacs-6ec6619ae811ea6601e316cb6725c81486225362.tar.gz |
(pid_t): Define to int.
Diffstat (limited to 'mac/inc')
-rw-r--r-- | mac/inc/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <sys/types.h> does not define. */ -/* #undef pid_t */ +#define pid_t int /* Define to any substitute for sys_siglist. */ /* #undef sys_siglist */ |