summaryrefslogtreecommitdiffstats
path: root/include/libcgroup/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcgroup/error.h')
-rw-r--r--include/libcgroup/error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libcgroup/error.h b/include/libcgroup/error.h
index 9a463b9..b725c18 100644
--- a/include/libcgroup/error.h
+++ b/include/libcgroup/error.h
@@ -55,7 +55,7 @@ const char *cgroup_strerror(int code);
/**
* Return last errno, which caused ECGOTHER error.
*/
-int cgroup_get_last_errno();
+int cgroup_get_last_errno(void);
__END_DECLS