/[smeserver]/rpms/dietlibc/sme8/dietlibc-0.30-gnuokay.patch
ViewVC logotype

Contents of /rpms/dietlibc/sme8/dietlibc-0.30-gnuokay.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations) (download)
Sat Feb 1 04:18:18 2014 UTC (10 years, 3 months ago) by wellsi
Branch: MAIN
CVS Tags: dietlibc-0_30-4_el5_sme_2, HEAD
Changes since 1.2: +0 -0 lines
* Fri Jan 31 2014 Ian Wells <esmith@wellsi.com> 0.30-4.2
- Roll for SME 8 [SME: 8078]

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 RSS 2.0 feed