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