mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
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:
parent
1895a35e70
commit
0e8738a48c
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user