remove redundant declarations of __default_stacksize, __default_guardsize
authorRich Felker <dalias@aerifal.cx>
Tue, 18 Sep 2018 23:43:52 +0000 (19:43 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 18 Sep 2018 23:48:44 +0000 (19:48 -0400)
commitc7ed3e909a69d34a7821f7db644c2fa590a1a690
tree862a190688c57ff3a2e5088977a5c49c174b303c
parent11ce1b133d594b6a454d3e8d5941e7a6a432c42b
remove redundant declarations of __default_stacksize, __default_guardsize

these are now declared in pthread_impl.h.
src/thread/pthread_attr_init.c
src/thread/pthread_create.c
src/thread/pthread_setattr_default_np.c