aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/linux-gnu/m68k
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2001-07-03 00:46:04 +0200
committerJuan Cespedes <cespedes@debian.org>2001-07-03 00:46:04 +0200
commit1cd999a32728f41208dc30f38a125d7bb7063625 (patch)
tree9bd3dbddf49e89259512cdabe00b4dae22a296a0 /sysdeps/linux-gnu/m68k
parent5b3ffdf2e696273d38434ff7b3c26349fff5a0ea (diff)
downloadltrace-1cd999a32728f41208dc30f38a125d7bb7063625.tar.gz
Version: 0.3.12
* Re-wrote of "elf.c" (Silvio Cesare <silvio@big.net.au>) * Added "--library" option (Silvio) * Updated list of syscalls and signals to Linux 2.4.5 * Compile cleanly with gcc-3.0 (thanks to Frederic L. W. Meunier)
Diffstat (limited to 'sysdeps/linux-gnu/m68k')
-rw-r--r--sysdeps/linux-gnu/m68k/signalent.h2
-rw-r--r--sysdeps/linux-gnu/m68k/syscallent.h34
2 files changed, 33 insertions, 3 deletions
diff --git a/sysdeps/linux-gnu/m68k/signalent.h b/sysdeps/linux-gnu/m68k/signalent.h
index f8e0f0e..5395f82 100644
--- a/sysdeps/linux-gnu/m68k/signalent.h
+++ b/sysdeps/linux-gnu/m68k/signalent.h
@@ -29,4 +29,4 @@
"SIGWINCH", /* 28 */
"SIGIO", /* 29 */
"SIGPWR", /* 30 */
- "SIGUNUSED", /* 31 */
+ "SIGSYS", /* 31 */
diff --git a/sysdeps/linux-gnu/m68k/syscallent.h b/sysdeps/linux-gnu/m68k/syscallent.h
index cf56647..2265d28 100644
--- a/sysdeps/linux-gnu/m68k/syscallent.h
+++ b/sysdeps/linux-gnu/m68k/syscallent.h
@@ -110,7 +110,7 @@
"olduname", /* 109 */
"110", /* 110 */
"vhangup", /* 111 */
- "idle", /* 112 */
+ "112", /* 112 */
"113", /* 113 */
"wait4", /* 114 */
"swapoff", /* 115 */
@@ -164,7 +164,7 @@
"mremap", /* 163 */
"setresuid", /* 164 */
"getresuid", /* 165 */
- "166", /* 166 */
+ "getpagesize", /* 166 */
"query_module", /* 167 */
"poll", /* 168 */
"nfsservctl", /* 169 */
@@ -189,3 +189,33 @@
"getpmsg", /* 188 */
"putpmsg", /* 189 */
"vfork", /* 190 */
+ "ugetrlimit", /* 191 */
+ "mmap2", /* 192 */
+ "truncate64", /* 193 */
+ "ftruncate64", /* 194 */
+ "stat64", /* 195 */
+ "lstat64", /* 196 */
+ "fstat64", /* 197 */
+ "chown32", /* 198 */
+ "getuid32", /* 199 */
+ "getgid32", /* 200 */
+ "geteuid32", /* 201 */
+ "getegid32", /* 202 */
+ "setreuid32", /* 203 */
+ "setregid32", /* 204 */
+ "getgroups32", /* 205 */
+ "setgroups32", /* 206 */
+ "fchown32", /* 207 */
+ "setresuid32", /* 208 */
+ "getresuid32", /* 209 */
+ "setresgid32", /* 210 */
+ "getresgid32", /* 211 */
+ "lchown32", /* 212 */
+ "setuid32", /* 213 */
+ "setgid32", /* 214 */
+ "setfsuid32", /* 215 */
+ "setfsgid32", /* 216 */
+ "217", /* 217 */
+ "218", /* 218 */
+ "219", /* 219 */
+ "getdents64", /* 220 */