From a623ea4acd7cc8acbc1f741747e113f6e6d484f1 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 21 Jul 2013 16:30:23 +0200 Subject: [PATCH] sched.h: Remove outdated comment. The term "these functions" is undefined here, and setting t->error is deprecated. The post_select() functions are supposed to return an error code instead, but this is already mentioned further down in the file, so let's just remove the comment. --- sched.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sched.h b/sched.h index 9c5c098e..234a8458 100644 --- a/sched.h +++ b/sched.h @@ -41,10 +41,7 @@ struct sched { * Before registering a task to the scheduler, the task structure must be * filled in properly by the caller. * - * If one of these functions sets \a t->error to a negative value, the - * task gets unregistered automatically. - * - * \sa struct sched. + * \sa \ref sched. */ struct task { /** -- 2.39.2