X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=AcessNative%2Fld-acess_src%2Fexports.h;h=dc319acc1e35a44d9c493d310c917ca8c832506d;hb=590ae24e57553f79a92d6ef52c0468c07aa5de22;hp=880e74ca45012caefbc2143084b80aa0b67d6026;hpb=33de4e7776814ede6263b6563f5b8ff3ff20e33e;p=tpg%2Facess2.git diff --git a/AcessNative/ld-acess_src/exports.h b/AcessNative/ld-acess_src/exports.h index 880e74ca..dc319acc 100644 --- a/AcessNative/ld-acess_src/exports.h +++ b/AcessNative/ld-acess_src/exports.h @@ -21,6 +21,7 @@ extern int native_seek(int FD, int64_t Offset, int Dir); extern uint64_t native_tell(int FD); extern int native_execve(const char *filename, const char *const argv[], const char *const envp[]); +extern int native_spawn(const char *filename, const char *const argv[], const char *const envp[]); // Syscalls used by the linker extern int acess_open(const char *Path, int Flags);