From 6cb277d75e07557dd8442202722d280c1bf93c08 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 14 Aug 2011 15:19:17 -0400 Subject: typo in macro definitions for x86_64 --- arch/x86_64/bits/posix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/x86_64') diff --git a/arch/x86_64/bits/posix.h b/arch/x86_64/bits/posix.h index d9f01fd9..c37b94c1 100644 --- a/arch/x86_64/bits/posix.h +++ b/arch/x86_64/bits/posix.h @@ -1,2 +1,2 @@ #define _POSIX_V6_LP64_OFF64 1 -#define _POSIX_V6_LP64_OFF64 1 +#define _POSIX_V7_LP64_OFF64 1 -- cgit v1.2.1