*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped
This commit is contained in:
@ -13,9 +13,9 @@
|
||||
# pragma GCC visibility push(hidden)
|
||||
#endif
|
||||
|
||||
extern int rtc_adjtime_is_utc(void);
|
||||
extern int rtc_xopen(const char **default_rtc, int flags);
|
||||
extern time_t rtc_read_time(int fd, int utc);
|
||||
extern int rtc_adjtime_is_utc(void) FAST_FUNC;
|
||||
extern int rtc_xopen(const char **default_rtc, int flags) FAST_FUNC;
|
||||
extern time_t rtc_read_time(int fd, int utc) FAST_FUNC;
|
||||
|
||||
/*
|
||||
* Everything below this point has been copied from linux/rtc.h
|
||||
|
Reference in New Issue
Block a user