From: Jens Axboe Date: Mon, 7 Dec 2009 07:02:22 +0000 (+0100) Subject: Fix compilation for non-linux X-Git-Tag: fio-1.36-rc2~2 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=82830b03d854b8e018241b90c2d9fd83752a3236;hp=6adb38a1a1cbe95f7131815416c8bb31683c3f47 Fix compilation for non-linux Signed-off-by: Jens Axboe --- 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) { }