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: <fd800046-5ecb-ebd5-4df1-29d4eb3d5433@redhat.com>
This commit is contained in:
Joseph Myers 2024-10-09 17:14:58 +00:00 committed by Samuel Thibault
parent 1895a35e70
commit 0e8738a48c

View File

@ -15,7 +15,7 @@
License along with the GNU C Library; if not, see License along with the GNU C Library; if not, see
<https://www.gnu.org/licenses/>. */ <https://www.gnu.org/licenses/>. */
#ifndef _X86_86_VM_PARAM_H #ifndef _X86_64_VM_PARAM_H
#define _X86_64_VM_PARAM_H #define _X86_64_VM_PARAM_H
/* Arbitrary start of the brk. This is after usual binary and library mappings. */ /* Arbitrary start of the brk. This is after usual binary and library mappings. */