binary semaphore code

This commit is contained in:
Remzi H. Arpaci-Dusseau
2019-04-17 13:41:35 -05:00
parent 7774741a2e
commit ac329a7f8f
3 changed files with 48 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ SRCS := dining_philosophers_deadlock.c \
dining_philosophers_no_deadlock.c \
dining_philosophers_no_deadlock_print.c \
join.c \
binary.c \
zemaphore.c
OBJS := ${SRCS:c=o}