about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedcap.c')
-rw-r--r--src/wrapped/wrappedcap.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/wrapped/wrappedcap.c b/src/wrapped/wrappedcap.c
new file mode 100644
index 00000000..a7a3686d
--- /dev/null
+++ b/src/wrapped/wrappedcap.c
@@ -0,0 +1,18 @@
+#define _GNU_SOURCE         /* See feature_test_macros(7) */
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <dlfcn.h>
+
+#include "wrappedlibs.h"
+
+#include "wrapper.h"
+#include "bridge.h"
+#include "librarian/library_private.h"
+#include "x64emu.h"
+
+const char* capName = "libcap.so.2";
+#define LIBNAME cap
+
+#include "wrappedlib_init.h"
+