]> sourceware.org Git - glibc.git/commitdiff
Fix header guard in sysdeps/mach/hurd/x86_64/vm_param.h
authorJoseph Myers <josmyers@redhat.com>
Wed, 9 Oct 2024 17:14:58 +0000 (17:14 +0000)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Wed, 9 Oct 2024 17:16:53 +0000 (19:16 +0200)
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>

sysdeps/mach/hurd/x86_64/vm_param.h

index 460445f49e9ef63dd65661ffb07db693601765c9..a6e63a3a1ae195ec1fa1f1dc381992e0d4be7095 100644 (file)
@@ -15,7 +15,7 @@
    License along with the GNU C Library; if not, see
    <https://www.gnu.org/licenses/>.  */
 
-#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.  */
This page took 0.039431 seconds and 5 git commands to generate.