]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(Basic Scheduling Functions): Fix typo.
authorUlrich Drepper <drepper@redhat.com>
Sat, 10 Feb 2001 18:40:03 +0000 (18:40 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 10 Feb 2001 18:40:03 +0000 (18:40 +0000)
manual/resource.texi

index cbab47e42cbc744f83e67a5ee2675f78cc77b4ee..5afc843893367807e58e7d2337f7d90ee043a4c9 100644 (file)
@@ -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.