]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix broken build on non-Linux systems
authorPetar Jovanovic <mips32r2@gmail.com>
Thu, 16 Mar 2017 13:10:16 +0000 (13:10 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Thu, 16 Mar 2017 13:10:16 +0000 (13:10 +0000)
commit1a9da5927f7da4894aa1210ba9a89c87514a564e
treec532433ff5f89ae43c422180447af7fb3b826b4a
parenta6a72c71be75034523671076e26b379c16b5f924
Fix broken build on non-Linux systems

After r16273, non-Linux Valgrind builds report:

 m_signals.c:1732:36:
 error: 'VKI_PT_PTRACED' undeclared (first use in this function)

Fix the issue with #if defined(VGO_linux) for the reported code.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16275
coregrind/m_signals.c