X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=stdout.c;h=f39de1090c146acd8f10578b18d637e137a4379a;hp=c616079139b2a41ace85e73aed7616257f0f550f;hb=4df56926d10669ec120510957d3aa3fddb16e3c6;hpb=2c679eeb8bbc93220f85403eca6e9380dc624a6a diff --git a/stdout.c b/stdout.c index c6160791..f39de109 100644 --- a/stdout.c +++ b/stdout.c @@ -26,7 +26,7 @@ * This function is always successful. If there is data available in the input * buffer, it adds \p STDOUT_FILENO to the write fd set of \a s. */ -void stdout_pre_select(struct sched *s, struct task *t) +static void stdout_pre_select(struct sched *s, struct task *t) { struct stdout_task *sot = t->private_data; @@ -55,7 +55,7 @@ void stdout_pre_select(struct sched *s, struct task *t) * appeears to be writable, the data loaded in the input buffer is written to * stdout. */ -void stdout_post_select(struct sched *s, struct task *t) +static void stdout_post_select(struct sched *s, struct task *t) { struct stdout_task *sot = t->private_data; ssize_t ret;