RE: gcc4.5.0/libiberty/pex-common.h missing pid_t on vms
> Use #ifdef HAVE_UNISTD_H instead. There are many examples in > libiberty. > > Ian Thanks Ian, that worked. --- /src/orig/gcc-4.5.0/libiberty/pex-common.h 2009-04-13 03:45:58.0 -0700 +++ /src/gcc-4.5.0/libiberty/pex-common.h 2010-05-04 06:43:24.0 -0700 @@ -31,6 +31,9 @@
Re: gcc4.5.0/libiberty/pex-common.h missing pid_t on vms
Jay K writes: > proposed/tested fix: > #ifdef __vms > #include > #endif > > or similar. Use #ifdef HAVE_UNISTD_H instead. There are many examples in libiberty. Ian