Fix compilation for non-linux
authorJens Axboe <jens.axboe@oracle.com>
Mon, 7 Dec 2009 07:02:22 +0000 (08:02 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 7 Dec 2009 07:02:22 +0000 (08:02 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
cgroup.h

index f7ad210dca003d0d72b240701b3ff848386231b2..68ecfcd40ae466a7f455e07c04635b09b7a012ed 100644 (file)
--- 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)
 {
 }