From: Ulrich Drepper Date: Sat, 10 Feb 2001 18:40:03 +0000 (+0000) Subject: (Basic Scheduling Functions): Fix typo. X-Git-Tag: cvs/glibc-2_2_2~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3c44837c5c39859c8c03943737f384b81faf7bfa;p=thirdparty%2Fglibc.git (Basic Scheduling Functions): Fix typo. --- diff --git a/manual/resource.texi b/manual/resource.texi index cbab47e42cb..5afc8438933 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.