about summary refs log tree commit diff
path: root/src/thread/pthread_getattr_np.c
Commit message (Collapse)AuthorAgeFilesLines
* implement pthread_getattr_npRich Felker2013-03-311-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.