~ubuntu-branches/debian/sid/cde/sid

« back to all changes in this revision

Viewing changes to strace-4.6/linux/sparc64/signalent.h

  • Committer: Package Import Robot
  • Author(s): Yaroslav Halchenko
  • Date: 2012-02-03 19:27:05 UTC
  • Revision ID: package-import@ubuntu.com-20120203192705-ll6f1nr45ead65ed
Tags: upstream-0.1
ImportĀ upstreamĀ versionĀ 0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
        "SIG_0",        /* 0 */
 
2
        "SIGHUP",       /* 1 */
 
3
        "SIGINT",       /* 2 */
 
4
        "SIGQUIT",      /* 3 */
 
5
        "SIGILL",       /* 4 */
 
6
        "SIGTRAP",      /* 5 */
 
7
        "SIGABRT",      /* 6 */
 
8
        "SIGEMT",       /* 7 */
 
9
        "SIGFPE",       /* 8 */
 
10
        "SIGKILL",      /* 9 */
 
11
        "SIGBUS",       /* 10 */
 
12
        "SIGSEGV",      /* 11 */
 
13
        "SIGSYS",       /* 12 */
 
14
        "SIGPIPE",      /* 13 */
 
15
        "SIGALRM",      /* 14 */
 
16
        "SIGTERM",      /* 15 */
 
17
        "SIGURG",       /* 16 */
 
18
        "SIGSTOP",      /* 17 */
 
19
        "SIGTSTP",      /* 18 */
 
20
        "SIGCONT",      /* 19 */
 
21
        "SIGCHLD",      /* 20 */
 
22
        "SIGTTIN",      /* 21 */
 
23
        "SIGTTOU",      /* 22 */
 
24
        "SIGIO",        /* 23 */
 
25
        "SIGXCPU",      /* 24 */
 
26
        "SIGXFSZ",      /* 25 */
 
27
        "SIGVTALRM",    /* 26 */
 
28
        "SIGPROF",      /* 27 */
 
29
        "SIGWINCH",     /* 28 */
 
30
        "SIGLOST",      /* 29 */
 
31
        "SIGUSR1",      /* 30 */
 
32
        "SIGUSR2",      /* 31 */