mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 06:20:06 +00:00
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:
parent
075b9322c9
commit
19a601f7b2
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user