OSDN Git Service

libgo/mksysinfo: Correct typo.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Jan 2012 01:08:20 +0000 (01:08 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 Jan 2012 01:08:20 +0000 (01:08 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183549 138bc75d-0d04-0410-961f-82ee72b054a4

libgo/mksysinfo.sh

index 8047456..f797d1c 100755 (executable)
@@ -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}