]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - sched.c
string: Rename para_malloc() -> alloc().
[paraslash.git] / sched.c
diff --git a/sched.c b/sched.c
index aac8efed1bcf8d897e6aef4d07973f2babc8d4f4..b2e78a1b3cf90c1500dae66b8ca5826c1d5ed675 100644 (file)
--- a/sched.c
+++ b/sched.c
@@ -239,7 +239,7 @@ void sched_shutdown(struct sched *s)
  */
 struct task *task_register(struct task_info *info, struct sched *s)
 {
-       struct task *t = para_malloc(sizeof(*t));
+       struct task *t = alloc(sizeof(*t));
 
        assert(info->post_select);