summaryrefslogtreecommitdiff
path: root/src/thread/pthread_getattr_np.c
AgeCommit message (Collapse)AuthorLines
2013-03-31implement pthread_getattr_npRich Felker-0/+21
this function is mainly (purely?) for obtaining stack address information, but we also provide the detach state since it's easy to do anyway.