aboutsummaryrefslogtreecommitdiff
path: root/libiberty/configure.in
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2002-05-07 18:50:53 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2002-05-07 18:50:53 +0000
commitdeae2ed9a875222874025a482560d5626360e082 (patch)
tree47dcee03bddbc5190a55b18d05ed3af5ced230ca /libiberty/configure.in
parent2c7e9098fb107723d9ac08c13bc350b66e29cb1f (diff)
downloadgcc-deae2ed9a875222874025a482560d5626360e082.zip
gcc-deae2ed9a875222874025a482560d5626360e082.tar.gz
gcc-deae2ed9a875222874025a482560d5626360e082.tar.bz2
configure.in (AC_TYPE_PID_T): Use it.
* configure.in (AC_TYPE_PID_T): Use it. * configure: Regenerated. * getruntime.c: Include <sys/types.h>. * waitpid.c: Likewise. Use pid_t, not int, as the type of "pid". From-SVN: r53264
Diffstat (limited to 'libiberty/configure.in')
-rw-r--r--libiberty/configure.in2
1 files changed, 2 insertions, 0 deletions
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.