mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Fix incorrect header guard. Reported by giacomopoz@gmail.com
Fixes BZ #351531 git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15573
This commit is contained in:
parent
542fa886dc
commit
f82fedcc39
1
NEWS
1
NEWS
@ -308,6 +308,7 @@ where XXXXXX is the bug number as listed below.
|
||||
351140 arm64 syscalls setuid (146) and setresgid (149) not implemented
|
||||
351386 Cannot run ld.so.1 under Valgrind
|
||||
351474 Fix VG_(iseqsigset) as obvious
|
||||
351534 Fix incorrect header guard
|
||||
n-i-bz Provide implementations of certain compiler builtins to support
|
||||
compilers who may not provide those
|
||||
n-i-bz Old STABS code is still being compiled, but never used. Remove it.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#ifndef __VKI_XEN_PHYSDEV__H
|
||||
#ifndef __VKI_XEN_PHYSDEV_H
|
||||
#define __VKI_XEN_PHYSDEV_H
|
||||
|
||||
#define VKI_XEN_MAP_PIRQ_TYPE_MSI 0x0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user