about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedgssapi.c
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-09-04 14:07:43 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-09-04 14:07:49 +0200
commit4aac3444bd8ff60963bfe491e93fe4dc77ee45dd (patch)
treee096925c8cbf6a7fbbe5d9322a70a670892c4a26 /src/wrapped/wrappedgssapi.c
parent0a343b72f2d339a2e7ba464b7581974af690dccb (diff)
downloadbox64-4aac3444bd8ff60963bfe491e93fe4dc77ee45dd.tar.gz
box64-4aac3444bd8ff60963bfe491e93fe4dc77ee45dd.zip
Added (empty) wrapped libgssapi.so.3 (for #27)
Diffstat (limited to 'src/wrapped/wrappedgssapi.c')
-rwxr-xr-xsrc/wrapped/wrappedgssapi.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/wrapped/wrappedgssapi.c b/src/wrapped/wrappedgssapi.c
new file mode 100755
index 00000000..959d49cb
--- /dev/null
+++ b/src/wrapped/wrappedgssapi.c
@@ -0,0 +1,18 @@
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#define _GNU_SOURCE         /* See feature_test_macros(7) */
+#include <dlfcn.h>
+
+#include "wrappedlibs.h"
+
+#include "wrapper.h"
+#include "bridge.h"
+#include "librarian/library_private.h"
+#include "x64emu.h"
+
+const char* gssapiName = "libgssapi.so.3";
+#define LIBNAME gssapi
+
+#include "wrappedlib_init.h"
+