summaryrefslogtreecommitdiff
path: root/lib/libc/sys/__error.c
Commit message (Collapse)AuthorAgeFilesLines
* Function to return a pointer to the non-threaded errno. This is declaredJohn Birrell1998-03-091-0/+47
with a weak symbol so that it won't be linked when linking against libc_r or libpthread. Notes: svn path=/head/; revision=34385