From 4c997edc04f407fd9e08b2e81656812e45851729 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 22 Apr 2015 07:36:24 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 28f3cf3d574..5604f7f2b69 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10252,4 +10252,6 @@ domain write access when setting the time. From Darcy Gong (2015-04-19). * include/time.h: Add prototypes for localtime() and localtimer_r() (2015-04-21). + * include/assert.h: Wrap definitions of assertion macros in do while. + Suggested by orbitalfox (2015-04-22).