aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-01 16:17:12 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-02-01 16:17:12 +0000
commit47fa99c4a804956d537a3570587c59ecfb589717 (patch)
treeb0014f9fe1675d05d8ee5d12f3c4128f7a59dbd2 /nuttx/ChangeLog
parent35a1f247c44339eb39ae20b85b575d2e6e61a0cc (diff)
downloadpx4-firmware-47fa99c4a804956d537a3570587c59ecfb589717.tar.gz
px4-firmware-47fa99c4a804956d537a3570587c59ecfb589717.tar.bz2
px4-firmware-47fa99c4a804956d537a3570587c59ecfb589717.zip
Add tcsetattr and tcgetattr
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4355 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e60b6689a..dbe87bb88 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2422,3 +2422,6 @@
When drivers are closed, they may need to do things that require a fully
up-and-running task. Some things cannot be done later when the task is
crippled.
+ * lib/dirent: Moved readdir_r() and telldir() from lib/misc to this new
+ directory where they belong.
+ * lib/termios. Implemented tcsetattr() and tcgetattr().