From 0813f4153af4723d3fddffea6926243f3a94fa57 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Sat, 18 Jan 2025 17:11:11 +0100 Subject: Outsource checking for philos_must_eat to main thread --- philo/src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'philo/src/main.c') diff --git a/philo/src/main.c b/philo/src/main.c index be9e1b7..879bf0b 100644 --- a/philo/src/main.c +++ b/philo/src/main.c @@ -6,7 +6,7 @@ /* By: dkaiser