From 51def2fc45d98b59be0413fcb9c25cbb0bbca211 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sat, 14 Mar 2015 15:01:46 +0100 Subject: Fix blocking channel && channel write on circular-overflow. (see ipc.c) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6fbcf90..270dfd9 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ running the tests): src/common/ code shared between kernel and userspace libs src/common/include/proto datastructures & constants used for system calls src/lib/ code for userspace libraries - src/lib/include/proto definition of IPC protocols used in the system + src/lib/include/proto definition of IPC protocols used in the system src/sysbin/ userspace system binaries src/tests/ test suite -- cgit v1.2.3