From 41775b83ad93264b487bf0dc353b145922ee6d73 Mon Sep 17 00:00:00 2001 From: Niklas Halle Date: Mon, 25 May 2020 18:30:38 +0200 Subject: enabled terminating wait whilst resuming the waited for process, also added fg --- 02_exercise/builtins.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '02_exercise/builtins.h') diff --git a/02_exercise/builtins.h b/02_exercise/builtins.h index 1779216..43571f7 100644 --- a/02_exercise/builtins.h +++ b/02_exercise/builtins.h @@ -2,6 +2,6 @@ #define BUILTINS_H #include "process.h" -void builtin_wait(process p); +void builtin_wait(process p, bool bind); #endif \ No newline at end of file -- cgit v1.2.3-54-g00ecf