about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/ia64/startup.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
|
* Linux: Implement a useful version of _startup_fatalFlorian Weimer2022-05-091-0/+22
On i386 and ia64, the TCB is not available at this point. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>