Move IPC stuff from the libc side, inside the sys folder.

This commit is contained in:
Enrico Fraccaroli
2023-05-08 12:53:17 +02:00
parent e19354a9ee
commit 19e8ad309f
16 changed files with 45 additions and 43 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
#include <sys/unistd.h>
#include <stdio.h>
#include <ipc/sem.h>
#include <ipc/ipc.h>
#include <sys/sem.h>
#include <sys/ipc.h>
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>