mirror of git://sourceware.org/git/glibc.git
(Basic Scheduling Functions): Fix typo.
This commit is contained in:
parent
157aa14d96
commit
3c44837c5c
|
|
@ -985,7 +985,7 @@ function, so there are no specific @code{errno} values.
|
|||
|
||||
@comment sched.h
|
||||
@comment POSIX
|
||||
@deftypefun sched_yield (void)
|
||||
@deftypefun int sched_yield (void)
|
||||
|
||||
This function voluntarily gives up the process' claim on the CPU.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue