Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Patrycja Rosa
gcompat
Commits
cc791866
Verified
Commit
cc791866
authored
Sep 27, 2020
by
A. Wilcox
🦊
Browse files
pthread: Fix typo
parent
4fd87c63
Changes
1
Hide whitespace changes
Inline
Side-by-side
libgcompat/pthread.c
View file @
cc791866
...
...
@@ -65,7 +65,7 @@ int pthread_yield(void)
/**
* Allocate a large enough CPU set
*/
cpu_set_t
*
__sched_cpualloc
(
size_t
_count
)
cpu_set_t
*
__sched_cpualloc
(
size_t
_
_count
)
{
return
CPU_ALLOC
(
__count
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment