repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sys/stat.h: fix typo in statx member name stx_dio_offset_align
[musl.git]
/
src
/
thread
/
pthread_attr_setschedpolicy.c
blob
bb71f393e23219f0d4ab3258722f63ffa0109804
1
#include
"pthread_impl.h"
2
3
int
pthread_attr_setschedpolicy
(
pthread_attr_t
*
a
,
int
policy
)
4
{
5
a
->
_a_policy
=
policy
;
6
return
0
;
7
}