Removed duplicate getenv() implementation

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@815 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2008-08-10 22:16:04 +00:00
parent 76ed9b4a3a
commit 2a0275bf12
+1
View File
@@ -1031,6 +1031,7 @@ nuttx-0.3.13 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* Added mkfatfs, mkfifo, sleep, usleep and nice commands to NSH
* NSH will now execute commands in background
* sched_get_priority_max/min returned error on SCHED_RR
* Removed duplicate getenv() implementation in /lib
pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>