summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libiberty/src/pex-common.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* provide missing prototypesespie2017-07-281-0/+1
| | | | | | this may actually result in bogus error messages, because int != char* okay jca@
* Add fopen_unlocked.c pex-unix.c pex-common.c unlink-if-ordinary.c torobert2009-10-121-0/+598
| | | | | | | the list of built files and switch the md5.h header to the libiberty one. This change is needed by gcc4 and it is a major library crank for libiberty. tested by many people on many architectures and finally ok'd by deraadt@
* Merge OpenBSD specific changes:miod2008-05-271-575/+0
| | | | | | | | | | | - pexecute implementation replaced with the older gcc 2.95 implementation, as gcc 2.95's collect2 relies upon an implementation behaviour which has been lost in further libiberty updates. - keep the old hash table interfaces, which are used by gcc 2.95. - keep the OpenBSD replacement for the md5 interface. - keep the OpenBSD strl{cat,cpy} and snprinft usage. Bump libiberty minor version due to the addition of a few new symbols.
* Update libiberty to the version found in binutils 2.17.1 (which stillmiod2008-05-271-0/+575
identifies itself as the gcc 3 version...)