From 6135204b6710119f38a76a14cb61802c262db874 Mon Sep 17 00:00:00 2001 From: stevepchacko <41826421+stevepchacko@users.noreply.github.com> Date: Wed, 24 Oct 2018 19:26:31 +0530 Subject: [PATCH] Update diningphil.c added an important comment --- SSlab/6/diningphil.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SSlab/6/diningphil.c b/SSlab/6/diningphil.c index 91ba154..37a2461 100644 --- a/SSlab/6/diningphil.c +++ b/SSlab/6/diningphil.c @@ -3,7 +3,7 @@ #include #include #include - +//eda hi im doing this for hacktober fest int wait(int *mutex) { while(*mutex == 0); @@ -95,4 +95,4 @@ int main() goto again; } -} \ No newline at end of file +}