This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, libiberty] Improvements to pex functionality


> but I'm afraid I'm not sure what to do about the DOS ones...

For djgpp, replace spawnvp with spawnvpe and spawnv with spawnve.  These
functions take the usual envp array.

http://www.delorie.com/djgpp/doc/libc/
http://www.delorie.com/djgpp/doc/libc/libc_736.html

> Patch attached together with ChangeLog entries for toplevel and libiberty/
> directories.

Er, the libiberty.h patch was missing?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]