*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
[oweals/busybox.git] / libbb / chomp.c
index 8ffaff5184ceef0807d1ce63c60f7a31da0a2cfc..ed4bf6bebf655b040f1c79070aac276383a1df4d 100644 (file)
@@ -10,7 +10,7 @@
 
 #include "libbb.h"
 
-void chomp(char *s)
+void FAST_FUNC chomp(char *s)
 {
        char *lc = last_char_is(s, '\n');