X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stdin.c;h=4b7a962d259658184d2ac12ff66885d9a4e0635f;hp=bb922dd168f645ebf61b17c11726e705d2b8c6e8;hb=4df56926d10669ec120510957d3aa3fddb16e3c6;hpb=61a4bf7d89c6757957c4171c67dcb11de111eef5 diff --git a/stdin.c b/stdin.c index bb922dd1..4b7a962d 100644 --- a/stdin.c +++ b/stdin.c @@ -28,7 +28,7 @@ * buffer of the stdin task, it adds \p STDIN_FILENO to the read fd set * of \a s. */ -void stdin_pre_select(struct sched *s, struct task *t) +static void stdin_pre_select(struct sched *s, struct task *t) { struct stdin_task *sit = t->private_data; t->ret = 1; @@ -56,7 +56,7 @@ static void stdin_default_event_handler(struct task *t) * appeears to be readable, data is read from stdin into the buffer of the * stdin task. */ -void stdin_post_select(struct sched *s, struct task *t) +static void stdin_post_select(struct sched *s, struct task *t) { struct stdin_task *sit = t->private_data; ssize_t ret;