pipedal_kconfig (Ubuntu Pi/Uboot)

This commit is contained in:
Robin E. R. Davies
2024-11-29 08:38:11 -05:00
parent 505caad18f
commit eabe9b0f1c
12 changed files with 1213 additions and 35 deletions
+4
View File
@@ -43,5 +43,9 @@ namespace pipedal
void sysExecTerminate(ProcessId pid_, int termTimeoutMs = 1000, int killTimeoutMs = 500); // returns the process's exit status.
int sysExecWait(ProcessId pid);
// re-execute the current program with current argument, but with sudo.
int SudoExec(int argc, char **argv);
std::string getSelfExePath();
}