summaryrefslogtreecommitdiff
path: root/nuttx/libc/lib_internal.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-31 16:15:11 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-31 16:15:11 -0600
commitfafba1669d8d4e158fc73442fde971670caf17dd (patch)
tree720999b8c8bf701ded85d2d5400196d04684aa86 /nuttx/libc/lib_internal.h
parent81baf55fd8f4e860516cdfbaa5db2d74b5289bfd (diff)
downloadpx4-nuttx-fafba1669d8d4e158fc73442fde971670caf17dd.tar.gz
px4-nuttx-fafba1669d8d4e158fc73442fde971670caf17dd.tar.bz2
px4-nuttx-fafba1669d8d4e158fc73442fde971670caf17dd.zip
Rename kufree to kumm_free for consistency with other naming
Diffstat (limited to 'nuttx/libc/lib_internal.h')
-rw-r--r--nuttx/libc/lib_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/libc/lib_internal.h b/nuttx/libc/lib_internal.h
index 46aaf9abe..8a10a524c 100644
--- a/nuttx/libc/lib_internal.h
+++ b/nuttx/libc/lib_internal.h
@@ -96,8 +96,8 @@
# define lib_umalloc(s) kumalloc(s)
# define lib_uzalloc(s) kuzalloc(s)
-# define lib_urealloc(p,s) umm_realloc(p,s)
-# define lib_ufree(p) kufree(p)
+# define lib_urealloc(p,s) kumm_realloc(p,s)
+# define lib_ufree(p) kumm_free(p)
#else
# include <stdlib.h>