summaryrefslogtreecommitdiffstats
path: root/libc/unistd/execle.c
Commit message (Collapse)AuthorAgeFilesLines
* Silly us. Don't try to free alloca'd memory.Eric Andersen2001-11-241-3/+0
| | | | -Erik
* Posix 1003.13 POSIX_MULTI_PROCESS specifies that execle() shouldEric Andersen2001-04-181-0/+53
be there, so I just wrote it up. -Erik