tile: add missing semicolon in <bits/ptrace.h>

Change 521c6785e1 added the enum but missed the semicolon.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
This commit is contained in:
Chris Metcalf 2013-07-19 13:06:30 -04:00
parent 075b9322c9
commit 19a601f7b2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-07-19 Chris Metcalf <cmetcalf@tilera.com>
* sysdeps/unix/sysv/linux/tile/sys/ptrace.h
(__ptrace_peeksiginfo_args): Add missing semicolon.
2013-07-03 Chris Metcalf <cmetcalf@tilera.com>
* sysdeps/unix/sysv/linux/tile/dl-static.c: New file to support

View File

@ -165,7 +165,7 @@ enum __ptrace_peeksiginfo_flags
{
/* Read signals from a shared (process wide) queue. */
PTRACE_PEEKSIGINFO_SHARED = (1 << 0)
}
};
/* Perform process tracing functions. REQUEST is one of the values
above, and determines the action to be taken.