From 02f64e513ee689f9c86c66ee58ab7695430f188d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 27 Oct 2014 12:32:31 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 269dfe2b81a..9eb98f67c04 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8892,4 +8892,5 @@ * include/wchar.h: Add a mostly bogus wchar.h header file. This file is mostly bogus because noneo of the wide character operations are currently supported in the Nuttx C library (2014-10-27). - + * include/termios.h, libc/termios/lib_isatty.c, and Make.defs: Add + isatty() function. From Alan Carvalho de Assis (2014-10-27).