Skip to content
Snippets Groups Projects
Commit 91427fb0 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

bugfix for missing strerror

Rev: lib/modules/Process.pmod:1.17
parent f8f8fb8d
No related branches found
No related tags found
Loading
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
import Stdio; import Stdio;
#if !constant(strerror)
#define strerror(X) ("errno="+X)
#endif
program create_process = _static_modules.Builtin()->create_process; program create_process = _static_modules.Builtin()->create_process;
int exec(string file,string ... foo) int exec(string file,string ... foo)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment