From 82830b03d854b8e018241b90c2d9fd83752a3236 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 7 Dec 2009 08:02:22 +0100 Subject: [PATCH] Fix compilation for non-linux Signed-off-by: Jens Axboe --- cgroup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgroup.h b/cgroup.h index f7ad210d..68ecfcd4 100644 --- a/cgroup.h +++ b/cgroup.h @@ -21,7 +21,7 @@ static inline void cgroup_shutdown(struct thread_data *td, char **mnt) { } -void cgroup_kill(struct flist_head *list); +void cgroup_kill(struct flist_head *list) { } -- 2.25.1