summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-13 01:35:15 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-13 01:35:15 +0000
commit1cb000c6f96d40ccbeb25069c1b939e915b79cba (patch)
tree74a0d516e1320be9f264880b3706e43ee1a45d7b /nuttx/ChangeLog
parente7a04578288c0d41c819cb051b7fa80977a92d27 (diff)
downloadnuttx-1cb000c6f96d40ccbeb25069c1b939e915b79cba.tar.gz
nuttx-1cb000c6f96d40ccbeb25069c1b939e915b79cba.tar.bz2
nuttx-1cb000c6f96d40ccbeb25069c1b939e915b79cba.zip
Add fileno()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1985 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 9e2b42602..12c99f651 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -815,4 +815,5 @@
load_ and exec_module() in a more familiar manner. It is not consistent
with more standard exec() functions, however, because (1) it returns
and (2) it requires symbol table arguments.
+ * lib/: Add fileno()