X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=AcessNative%2Flibacess-native.so_src%2Fexports.c;h=70c7d774e7b96cbb5198eb86ac5319a12f4d22c0;hb=dc04356bb5d99378c2d2d5f12e66419a77e22bcf;hp=f22fe46d7e7048d9f6cbfa2df015d49eabd99d1b;hpb=4ab2ee475505478c2e1fa6547e94b480ef1308ec;p=tpg%2Facess2.git diff --git a/AcessNative/libacess-native.so_src/exports.c b/AcessNative/libacess-native.so_src/exports.c index f22fe46d..70c7d774 100644 --- a/AcessNative/libacess-native.so_src/exports.c +++ b/AcessNative/libacess-native.so_src/exports.c @@ -26,12 +26,18 @@ int acess__SysSpawn(const char *binary, const char **argv, const char **envp, in info ? sizeof(*info) : 0, info); + Warning("TODO: Spawn '%s'", binary); // TODO: Translate internal path to actual path // TODO: set environment variables for libacess-native // > ACESSNATIVE_KEY=`newID` - native_spawn(binary, argv, envp); + //native_spawn(binary, argv, envp); return 0; } +void ldacess_DumpLoadedLibraries(void) +{ + Debug("ldacess_DumpLoadedLibraries"); +} +