X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=libbb%2Fxgetcwd.c;h=10febe32d44c8964b6e11e299357ab67a14aaff6;hb=d7171c114028815df4e92f9c26875f1d60c6af2a;hp=c194e23037513e233780033464566bb5f99c297f;hpb=2450e4ba44707a64920ea6c9276930a1210e76cc;p=oweals%2Fbusybox.git diff --git a/libbb/xgetcwd.c b/libbb/xgetcwd.c index c194e2303..10febe32d 100644 --- a/libbb/xgetcwd.c +++ b/libbb/xgetcwd.c @@ -5,7 +5,9 @@ * Written by David MacKenzie . * * Special function for busybox written by Vladimir Oleynik -*/ + * + * Licensed under GPLv2, see file LICENSE in this tarball for details. + */ #include "libbb.h" @@ -14,7 +16,7 @@ If argument is not NULL (previous usage allocate memory), call free() */ -char * +char* FAST_FUNC xrealloc_getcwd_or_warn(char *cwd) { #define PATH_INCR 64