diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-10 18:40:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-10 18:40:03 +0000 |
commit | 3c44837c5c39859c8c03943737f384b81faf7bfa (patch) | |
tree | 2aebda20af32dbabfa41890e536cf37b191433da /manual | |
parent | 157aa14d96db087562e8dff3388cb94c0be14758 (diff) | |
download | glibc-3c44837c5c39859c8c03943737f384b81faf7bfa.tar.gz glibc-3c44837c5c39859c8c03943737f384b81faf7bfa.tar.xz glibc-3c44837c5c39859c8c03943737f384b81faf7bfa.zip |
(Basic Scheduling Functions): Fix typo.
Diffstat (limited to 'manual')
-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 cbab47e42c..5afc843893 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. |