about summary refs log tree commit diff
path: root/src/errno/__errno_location.c
Commit message (Expand)AuthorAgeFilesLines
* add hidden version of &errno accessor functionRich Felker2018-09-141-0/+2
* add public interface headers to implementation filesRich Felker2018-02-251-0/+1
* remove remnants of support for running in no-thread-pointer modeRich Felker2015-04-131-3/+1
* simplify errno implementationRich Felker2014-06-101-1/+1
* always initialize thread pointer at program startRich Felker2014-03-241-1/+1
* simplify multi-threaded errno, eliminate useless function pointerRich Felker2011-08-061-3/+2
* change errno to static linkage (improves PIC code generation)Rich Felker2011-02-211-4/+2
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+11