Use __inline instead of inline as this header file might be included in a
authorkettenis <kettenis@openbsd.org>
Sun, 7 Jan 2018 15:17:42 +0000 (15:17 +0000)
committerkettenis <kettenis@openbsd.org>
Sun, 7 Jan 2018 15:17:42 +0000 (15:17 +0000)
commit5bd9646fe6e2ac124c5ea5324048e615f019ab66
treeb798caae87c9fee0363c32a296df5307ad54b881
parent3031d9a2ee043e48086ede83d43c1e37d034aff4
Use __inline instead of inline as this header file might be included in a
"strict ansi" environment (even though it shouldn't be).  Found out the hard
way by phessler@ with a port that uses gcc -ansi.

ok millert@, phessler@
sys/sys/_endian.h