about summary refs log tree commit diff stats
path: root/src/include/wrappedlibs.h
diff options
context:
space:
mode:
authorrajdakin <rajdakin@gmail.com>2021-04-12 00:53:14 +0200
committerrajdakin <rajdakin@gmail.com>2021-04-14 13:11:51 +0200
commit48d61351061dcf1ee3148c67d208f20bdf22a3b8 (patch)
tree9859835d868d88cd8e151e0efd8308ac93581190 /src/include/wrappedlibs.h
parent0d38b1cd91d4265042396d3d1dbacac2e662ba00 (diff)
downloadbox64-48d61351061dcf1ee3148c67d208f20bdf22a3b8.tar.gz
box64-48d61351061dcf1ee3148c67d208f20bdf22a3b8.zip
First pass
Diffstat (limited to 'src/include/wrappedlibs.h')
-rwxr-xr-xsrc/include/wrappedlibs.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/wrappedlibs.h b/src/include/wrappedlibs.h
index d8cf3a64..41e27765 100755
--- a/src/include/wrappedlibs.h
+++ b/src/include/wrappedlibs.h
@@ -15,7 +15,6 @@ typedef struct wrappedlib_s {
     wrappedlib_fini_t   fini;
     wrappedlib_get_t    get;
     wrappedlib_get_t    getnoweak;
-    wrappedlib_get_t    getlocal;
 } wrappedlib_t;
 
-#endif //__WRAPPEDLIBS_H__
\ No newline at end of file
+#endif //__WRAPPEDLIBS_H__