* proc-api.c (rw_table): Fix typo in #ifdef PCSHOLD (missing S).
This commit is contained in:
parent
51240b8d93
commit
151fefe27f
2 changed files with 6 additions and 2 deletions
|
@ -423,7 +423,7 @@ static struct trans rw_table[] = {
|
|||
{ PCSEXIT, "PCSEXIT", "set traced syscall exit set" },
|
||||
{ PCSFAULT, "PCSFAULT", "set traced fault set" },
|
||||
{ PCSFPREG, "PCSFPREG", "set floating point registers" },
|
||||
#ifdef PCHOLD /* solaris */
|
||||
#ifdef PCSHOLD /* solaris */
|
||||
{ PCSHOLD, "PCSHOLD", "set signal mask" },
|
||||
#endif
|
||||
{ PCSREG, "PCSREG", "set general registers" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue