From e1851bf0cc24c910206be3002205ba41071b2d4b Mon Sep 17 00:00:00 2001 From: mohit0003 <31645375+mohit0003@users.noreply.github.com> Date: Sat, 3 Oct 2020 13:00:45 +0000 Subject: [PATCH] Update process.cpp Made it readable. --- process.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process.cpp b/process.cpp index 1275ee4..733024e 100644 --- a/process.cpp +++ b/process.cpp @@ -11,6 +11,7 @@ #include #include using namespace std; + sigset_t myset; int *shmM,*shmP,*s,shmidP,shmidM,blockNumber,*startingAddress,i,bno,enteriesP,enteriesM,count=0; char type; @@ -151,4 +152,3 @@ int main() shmdt(shmM); return 0; } -