changeset 69956:fd42e9250d3e

(pid_t): Define to int.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Wed, 12 Apr 2006 08:04:08 +0000
parents ec313ab264a4
children 0a13b0324d7a
files mac/inc/config.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mac/inc/config.h	Wed Apr 12 07:26:42 2006 +0000
+++ b/mac/inc/config.h	Wed Apr 12 08:04:08 2006 +0000
@@ -906,7 +906,7 @@
 /* #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 */