mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 05:42:29 +00:00
Add execve() test
This commit is contained in:
parent
38728cef79
commit
a259e43d84
7 changed files with 75 additions and 13 deletions
|
@ -42,7 +42,7 @@ bool32 CreateProcess(const char16_t *opt_lpApplicationName,
|
|||
const char16_t *opt_lpCurrentDirectory,
|
||||
const struct NtStartupInfo *lpStartupInfo,
|
||||
struct NtProcessInformation *opt_out_lpProcessInformation)
|
||||
paramsnonnull((2, 9));
|
||||
paramsnonnull((9));
|
||||
|
||||
uint32_t GetThreadId(int64_t hThread); /* cf. NT_TID */
|
||||
uint32_t GetProcessId(int64_t hProcess); /* cf. NT_PID */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue