mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-31 09:42:27 +00:00
Make some improvements of little consequence
This commit is contained in:
parent
690d3df66e
commit
18a620cc1a
11 changed files with 92 additions and 14 deletions
|
@ -34,6 +34,8 @@
|
|||
* @see pthread_attr_setschedpolicy()
|
||||
* @see pthread_attr_setinheritsched()
|
||||
* @see pthread_attr_setscope()
|
||||
* @see pthread_attr_setsigaltstack_np()
|
||||
* @see pthread_attr_setsigaltstacksize_np()
|
||||
*/
|
||||
errno_t pthread_attr_init(pthread_attr_t *attr) {
|
||||
*attr = (pthread_attr_t){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue