summaryrefslogtreecommitdiffstats
path: root/include/libcgroup.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libcgroup.h')
-rw-r--r--include/libcgroup.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/libcgroup.h b/include/libcgroup.h
index 8a24bf7..6a262e2 100644
--- a/include/libcgroup.h
+++ b/include/libcgroup.h
@@ -47,11 +47,6 @@ enum cgflags {
CGFLAG_USECACHE = 0x01,
};
-/**
- * per thread errno variable, to be used when return code is ECGOTHER
- */
-extern __thread int last_errno;
-
enum cgroup_errors {
ECGROUPNOTCOMPILED=50000,
ECGROUPNOTMOUNTED,