diff options
Diffstat (limited to 'nptl/pthread_attr_setscope.c')
-rw-r--r-- | nptl/pthread_attr_setscope.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/nptl/pthread_attr_setscope.c b/nptl/pthread_attr_setscope.c index 8f510bfec2..7559d105db 100644 --- a/nptl/pthread_attr_setscope.c +++ b/nptl/pthread_attr_setscope.c @@ -22,9 +22,7 @@ int -__pthread_attr_setscope (attr, scope) - pthread_attr_t *attr; - int scope; +__pthread_attr_setscope (pthread_attr_t *attr, int scope) { struct pthread_attr *iattr; |