From b44ba33a1fab5031a0a727b59016baf3d40db20d Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 17 Sep 2006 23:22:10 +0000 Subject: * byteorder.h: Correct typo. --- winsup/cygwin/include/asm/byteorder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/include/asm/byteorder.h') diff --git a/winsup/cygwin/include/asm/byteorder.h b/winsup/cygwin/include/asm/byteorder.h index ce45e5485..29e4bf470 100644 --- a/winsup/cygwin/include/asm/byteorder.h +++ b/winsup/cygwin/include/asm/byteorder.h @@ -70,7 +70,7 @@ __ntohs(uint16_t x) #define __constant_htonl(x) __constant_ntohl(x) #define __constant_htons(x) __constant_ntohs(x) -#if defined (__OPTIMIZE__) && !defined (__NO_NOINLINE__) +#if defined (__OPTIMIZE__) && !defined (__NO_INLINE__) # define ntohl(x) \ (__builtin_constant_p((long)(x)) ? \ __constant_ntohl((x)) : \ -- cgit v1.2.3