Rename kufree to kumm_free for consistency with other naming

This commit is contained in:
Gregory Nutt
2014-08-31 16:15:11 -06:00
parent 9cd1ddada4
commit 9ad7dae4c1
28 changed files with 49 additions and 45 deletions
+2 -2
View File
@@ -78,8 +78,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>