about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/dl-execve.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
|
* hurd: Add __rtld_execveSamuel Thibault2022-01-151-0/+19
It trivially execs with the same dtable, portarray and intarray, and only has to take care of deallocating / destroying ports (file, notably).