]> git.pld-linux.org Git - packages/libgtop.git/commitdiff
- fix sparc?
authorspeedy <speedy@pld-linux.org>
Tue, 17 May 2005 00:28:52 +0000 (00:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libgtop-siglist.patch -> 1.1

libgtop-siglist.patch [new file with mode: 0644]

diff --git a/libgtop-siglist.patch b/libgtop-siglist.patch
new file mode 100644 (file)
index 0000000..072200c
--- /dev/null
@@ -0,0 +1,21 @@
+--- libgtop-2.10.1/sysdeps/linux/siglist.c     2005-03-25 13:52:12.000000000 +0100
++++ libgtop-2.10.1.orig/sysdeps/linux/siglist.c        2005-05-17 02:21:52.000000000 +0200
+@@ -51,7 +51,9 @@
+       {SIGPIPE,       "SIGPIPE",      "Broken pipe (POSIX)."},
+       {SIGALRM,       "SIGALRM",      "Alarm clock (POSIX)."},
+       {SIGTERM,       "SIGTERM",      "Termination (ANSI)."},
++#ifndef sparc
+       {SIGSTKFLT,     "SIGSTKFLT",    "Stack fault."},
++#endif /* sparc */
+       {SIGCLD,        "SIGCLD",       "Same as SIGCHLD (System V)."},
+       {SIGCHLD,       "SIGCHLD",      "Child status has changed (POSIX)."},
+       {SIGCONT,       "SIGCONT",      "Continue (POSIX)."},
+@@ -69,6 +71,8 @@
+       {SIGIO,         "SIGIO",        "I/O now possible (4.2 BSD)."},
+       {SIGPWR,        "SIGPWR",       "Power failure restart (System V)."},
+       {SIGSYS,        "SIGSYS",       "Bad system call."},
++#ifndef sparc
+       {SIGUNUSED,     "SIGUNUSED",    ""},
++#endif /* sparc */
+       {0,             NULL,           NULL}
+ };
This page took 0.027511 seconds and 4 git commands to generate.