implement pthread_getattr_np
authorRich Felker <dalias@aerifal.cx>
Mon, 1 Apr 2013 03:25:55 +0000 (23:25 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 1 Apr 2013 03:25:55 +0000 (23:25 -0400)
commit14a835b3868e4dccece15acbff6d5da6c0e1ff17
tree38dc322f8c4465d39c467009824d525e0712af56
parentccc7b4c3a17ade90de71e1e0f44deebbffd646e6
implement pthread_getattr_np

this function is mainly (purely?) for obtaining stack address
information, but we also provide the detach state since it's easy to
do anyway.
src/internal/pthread_impl.h
src/thread/pthread_create.c
src/thread/pthread_getattr_np.c [new file with mode: 0644]