From 474793d8e447dd3ef1f8a0490f45ce1e248515cc Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 9 Apr 2015 15:55:03 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 694de0376..ddac26cfb 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1247,4 +1247,6 @@ * apps/system: Clean up Kconfig menus. The way it worked before, it was difficult to see what was enabled and what was not. menus replaced with menuconfig (2015-04-07). + * apps/examples/ostest/sigprocmask.c: Add a simple test of sigprocmask, + sighold, and sigrelse (2015-04-09).