aboutsummaryrefslogtreecommitdiffstats
path: root/ports/linux/guts/capset.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/linux/guts/capset.c')
-rw-r--r--ports/linux/guts/capset.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/ports/linux/guts/capset.c b/ports/linux/guts/capset.c
new file mode 100644
index 0000000..51e0cdf
--- /dev/null
+++ b/ports/linux/guts/capset.c
@@ -0,0 +1,13 @@
+/*
+ * Copyright (c) 2016 Wind River Systems; see
+ * guts/COPYRIGHT for information.
+ *
+ * int capset(cap_user_header_t hdrp, const cap_user_data_t datap)
+ * int rc = -1;
+ */
+
+ rc = real_capset(hdrp, datap);
+
+/* return rc;
+ * }
+ */