From deae2ed9a875222874025a482560d5626360e082 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Tue, 7 May 2002 18:50:53 +0000 Subject: configure.in (AC_TYPE_PID_T): Use it. * configure.in (AC_TYPE_PID_T): Use it. * configure: Regenerated. * getruntime.c: Include . * waitpid.c: Likewise. Use pid_t, not int, as the type of "pid". From-SVN: r53264 --- libiberty/configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libiberty/configure.in') diff --git a/libiberty/configure.in b/libiberty/configure.in index 0de0f8a..f3ec32a 100644 --- a/libiberty/configure.in +++ b/libiberty/configure.in @@ -138,6 +138,8 @@ then AC_DEFINE(HAVE_UINTPTR_T, 1, [Define if you have the \`uintptr_t' type.]) fi +AC_TYPE_PID_T + # This is the list of functions which libiberty will provide if they # are not available on the host. -- cgit v1.1