Skip to content

Commit

Permalink
Fix the generated property HAVE_PTRACE_ENUM_ARGUMENT on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
trylek committed May 17, 2021
1 parent 66a25ef commit 7576b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coreclr/debug/createdump/crashinfounix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include "createdump.h"

#if HAVE_PTRACE_ENUM_ARGUMENT
#ifdef HAVE_PTRACE_ENUM_ARGUMENT
typedef __ptrace_request ptrace_arg_t;
#else
typedef int ptrace_arg_t;
Expand Down

0 comments on commit 7576b31

Please sign in to comment.