HOST=native - Fixes for new syscalls
[tpg/acess2.git] / AcessNative / ld-acess_src / exports.c
index d71476d..d735ff8 100644 (file)
@@ -148,9 +148,15 @@ int acess__SysSelect(int nfds, fd_set *read, fd_set *write, fd_set *error, int64
                events
                );
 }
+int acess__SysMkDir(const char *pathname)
+{
+       DEBUG("TODO: _SysMkDir");
+       return 0;
+}
 int acess__SysUnlink(const char *pathname)
 {
        // TODO:
+       DEBUG("TODO: _Unlink");
        return 0;
 }
 
@@ -439,6 +445,8 @@ const tSym  caBuiltinSymbols[] = {
        DEFSYM(_SysGetACL),
        DEFSYM(_SysMount),
        DEFSYM(_SysSelect),
+       DEFSYM(_SysMkDir),
+       DEFSYM(_SysUnlink),
        
        DEFSYM(_SysClone),
        DEFSYM(_SysExecVE),

UCC git Repository :: git.ucc.asn.au