projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Turn PARA_STRERROR into an inline function.
[paraslash.git]
/
stdin.c
diff --git
a/stdin.c
b/stdin.c
index
25eca2e
..
40f02c1
100644
(file)
--- a/
stdin.c
+++ b/
stdin.c
@@
-41,7
+41,7
@@
static void stdin_pre_select(struct sched *s, struct task *t)
static void stdin_default_event_handler(struct task *t)
{
static void stdin_default_event_handler(struct task *t)
{
- PARA_NOTICE_LOG("%p: %s\n", t,
PARA_STRERROR
(-t->ret));
+ PARA_NOTICE_LOG("%p: %s\n", t,
para_strerror
(-t->ret));
unregister_task(t);
}
unregister_task(t);
}