* include/asm/byteorder.h (__constant_ntohs): Remove declaration.
(__constant_ntohl): Ditto.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2009-03-23 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* include/asm/byteorder.h (__constant_ntohs): Remove declaration.
|
||||
(__constant_ntohl): Ditto.
|
||||
|
||||
2009-03-23 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* cygwin.din: Export wordexp, wordfree.
|
||||
|
@ -32,8 +32,6 @@ extern uint16_t htons(uint16_t);
|
||||
|
||||
extern __inline__ uint32_t __ntohl(uint32_t);
|
||||
extern __inline__ uint16_t __ntohs(uint16_t);
|
||||
extern __inline__ uint32_t __constant_ntohl(uint32_t);
|
||||
extern __inline__ uint16_t __constant_ntohs(uint16_t);
|
||||
|
||||
extern __inline__ uint32_t
|
||||
__ntohl(uint32_t x)
|
||||
|
Reference in New Issue
Block a user