From 70a3ffe8c7dcd1551d24acb5101607ae2d71ecc9 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 26 Jan 2012 01:08:20 +0000 Subject: [PATCH] libgo/mksysinfo: Correct typo. From-SVN: r183549 --- libgo/mksysinfo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgo/mksysinfo.sh b/libgo/mksysinfo.sh index 80474566eeb5..f797d1c83674 100755 --- a/libgo/mksysinfo.sh +++ b/libgo/mksysinfo.sh @@ -250,7 +250,7 @@ if ! grep '^const PTRACE_O_MASK' ${OUT} > /dev/null 2>&1; then echo "const PTRACE_O_MASK = 0x7f" >> ${OUT} fi if ! grep '^const _PTRACE_GETEVENTMSG' ${OUT} > /dev/null 2>&1; then - echo "const _PTRACE_GETEVENTMSG = 0x4201" >> ${OUT} + echo "const PTRACE_GETEVENTMSG = 0x4201" >> ${OUT} fi if ! grep '^const PTRACE_EVENT_FORK' ${OUT} > /dev/null 2>&1; then echo "const PTRACE_EVENT_FORK = 1" >> ${OUT}