]> git.pld-linux.org Git - packages/libgtop.git/commitdiff
- alpha... too
authorspeedy <speedy@pld-linux.org>
Tue, 17 May 2005 07:48:47 +0000 (07:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libgtop-siglist.patch -> 1.2

libgtop-siglist.patch

index 072200ce476b7b012f680c8f60fae6407b740628..083e5c2750548c712cf04cd0f868a25afe5fdfcf 100644 (file)
@@ -4,9 +4,9 @@
        {SIGPIPE,       "SIGPIPE",      "Broken pipe (POSIX)."},
        {SIGALRM,       "SIGALRM",      "Alarm clock (POSIX)."},
        {SIGTERM,       "SIGTERM",      "Termination (ANSI)."},
-+#ifndef sparc
++#ifndef (__sparc__ || __alpha__)
        {SIGSTKFLT,     "SIGSTKFLT",    "Stack fault."},
-+#endif /* sparc */
++#endif /* sparc || alpha */
        {SIGCLD,        "SIGCLD",       "Same as SIGCHLD (System V)."},
        {SIGCHLD,       "SIGCHLD",      "Child status has changed (POSIX)."},
        {SIGCONT,       "SIGCONT",      "Continue (POSIX)."},
@@ -14,8 +14,8 @@
        {SIGIO,         "SIGIO",        "I/O now possible (4.2 BSD)."},
        {SIGPWR,        "SIGPWR",       "Power failure restart (System V)."},
        {SIGSYS,        "SIGSYS",       "Bad system call."},
-+#ifndef sparc
++#ifndef (__sparc__ || __alpha__)
        {SIGUNUSED,     "SIGUNUSED",    ""},
-+#endif /* sparc */
++#endif /* sparc || alpha */
        {0,             NULL,           NULL}
  };
This page took 0.079589 seconds and 4 git commands to generate.