*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
[oweals/busybox.git] / libbb / xgetcwd.c
index c194e23037513e233780033464566bb5f99c297f..eefe1d6600f864aba8de06786bfb7388e9f84f04 100644 (file)
@@ -14,7 +14,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