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

libgtop-siglist.patch

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