[LLVMbugs] [Bug 16488] sanitizer_platform_limits_posix.cc:182:26: error: use of undeclared identifier 'PTRACE_GETREGSET'
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Jul 17 01:12:46 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=16488
Alexey Samsonov <samsonov at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #3 from Alexey Samsonov <samsonov at google.com> ---
Oh, looks like eugenis handled it already in r185317 by using
#if defined(PTRACE_GETREGSET) && defined(PTRACE_SETREGSET)
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130717/4d84d1a8/attachment.html>
More information about the llvm-bugs
mailing list