Parent Directory | Revision Log | Revision Graph
* Fri Jan 31 2014 Ian Wells <esmith@wellsi.com> 0.30-4.2 - Roll for SME 8 [SME: 8078]
1 | slords | 1.1 | --- dietlibc-0.24/include/byteswap.h.gnu 2003-12-22 18:19:49.205504491 -0500 |
2 | +++ dietlibc-0.24/include/byteswap.h 2003-12-22 18:19:59.997994713 -0500 | ||
3 | @@ -1,7 +1,9 @@ | ||
4 | #ifndef _BYTESWAP_H | ||
5 | #define _BYTESWAP_H | ||
6 | |||
7 | +#if 0 | ||
8 | #warning "byteswap.h is an unportable GNU extension! Don't use!" | ||
9 | +#endif | ||
10 | |||
11 | static inline unsigned short bswap_16(unsigned short x) { | ||
12 | return (x>>8) | (x<<8); |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |