Added SYS_OPENCHILD system call
[tpg/acess2.git] / Usermode / include / acess / sys.h
index c034b77..c3c216f 100644 (file)
@@ -92,6 +92,7 @@ extern uint64_t       tell(int fd);
 extern int     ioctl(int fd, int id, void *data);
 extern int     finfo(int fd, t_sysFInfo *info, int maxacls);
 extern int     readdir(int fd, char *dest);
+extern int     _SysOpenChild(int fd, char *name, int flags);
 extern int     _SysGetACL(int fd, t_sysACL *dest);
 extern int     _SysMount(const char *Device, const char *Directory, const char *Type, const char *Options);
 

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