libs/libc/unistd/lib_getcwd.c: remove stray sched_unlock(). Also fixes several typos.

This commit is contained in:
Juha Niskanen
2019-09-19 06:14:53 -06:00
committed by Gregory Nutt
parent 03ad77f45c
commit 5c853cd1dc
20 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -19635,7 +19635,7 @@ detailed bugfix information):
order. From Xiang Xiao.
- apps/system/ping and ping6: Change dependency in ping and ping6
Kconfig. These may be implemented in users sockets and, hence,
may need to be avaiable even if ICMP and ICMPv6 sockets are not
may need to be available even if ICMP and ICMPv6 sockets are not
support. From Xiang Xiao.
- apps/system/system: Add 'const' to make function prototype
compatible with OpenGroup.org requirement From Xiang Xiao.