Completes VFS-based named semaphore implemetation. Still a little buggy

This commit is contained in:
Gregory Nutt
2014-09-28 15:58:56 -06:00
parent 30694f064c
commit 650a0d0615
23 changed files with 147 additions and 455 deletions
-1
View File
@@ -43,6 +43,5 @@ CSRCS += fs_binfs.c
DEPPATH += --dep-path binfs
VPATH += :binfs
CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)$(DELIM)fs$(DELIM)binfs}
endif