mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
This function returns realloc'ed memory, so the returned pointer must be passed to free() when done. So, 'const' qualifier is odd. It is allowed to modify the expanded string. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>