diff options
Diffstat (limited to 'manual/resource.texi')
-rw-r--r-- | manual/resource.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/resource.texi b/manual/resource.texi index cbab47e..5afc843 100644 --- a/manual/resource.texi +++ b/manual/resource.texi @@ -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. |