summaryrefslogtreecommitdiff
path: root/ldso/ldso/sh/dl-syscalls.h
blob: f9f13c7faa3112139e677c281ed69ce271af3942 (plain)
1
2
3
4
5
6
7
#if __GNUC_PREREQ (4, 1)
#warning !!! gcc 4.1 and later have problems with __always_inline so redefined as inline
# ifdef __always_inline
# undef __always_inline
# define __always_inline __inline__
# endif
#endif