summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/libcgroup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libcgroup.h b/include/libcgroup.h
index 2cac820..b5d7a42 100644
--- a/include/libcgroup.h
+++ b/include/libcgroup.h
@@ -47,7 +47,7 @@ enum cgflags {
CGFLAG_USECACHE = 0x01,
};
-enum cgroup_errors {
+enum {
ECGROUPNOTCOMPILED=50000,
ECGROUPNOTMOUNTED,
ECGROUPNOTEXIST,