mm/umm_heap: sbrk() is only available in the KERNEL build.

This commit is contained in:
Gregory Nutt
2019-02-04 10:32:31 -06:00
parent b1001b4e50
commit 90e4cf4349
5 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -54,7 +54,7 @@
* Name: up_signal_dispatch
*
* Description:
* In this kernel mode build, this function will be called to execute a
* In the kernel mode build, this function will be called to execute a
* a signal handler in user-space. When the signal is delivered, a
* kernel-mode stub will first run to perform some housekeeping functions.
* This kernel-mode stub will then be called transfer control to the user