From: Joseph Myers Date: Wed, 9 Oct 2024 17:14:58 +0000 (+0000) Subject: Fix header guard in sysdeps/mach/hurd/x86_64/vm_param.h X-Git-Tag: glibc-2.41~594 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e8738a48c239ce6d010bba9ed7c38bd86307f32;p=thirdparty%2Fglibc.git Fix header guard in sysdeps/mach/hurd/x86_64/vm_param.h GCC mainline produces a -Wheader-guard error building for x86_64-gnu. Fix what seems to be incorrect macro naming in the #ifndef conditional. Tested with build-many-glibc.py for x86_64-gnu (GCC mainline). Message-ID: --- diff --git a/sysdeps/mach/hurd/x86_64/vm_param.h b/sysdeps/mach/hurd/x86_64/vm_param.h index 460445f49e..a6e63a3a1a 100644 --- a/sysdeps/mach/hurd/x86_64/vm_param.h +++ b/sysdeps/mach/hurd/x86_64/vm_param.h @@ -15,7 +15,7 @@ License along with the GNU C Library; if not, see . */ -#ifndef _X86_86_VM_PARAM_H +#ifndef _X86_64_VM_PARAM_H #define _X86_64_VM_PARAM_H /* Arbitrary start of the brk. This is after usual binary and library mappings. */