]> granicus.if.org Git - strace/commitdiff
2005-07-19 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Tue, 19 Jul 2005 07:42:17 +0000 (07:42 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 19 Jul 2005 07:42:17 +0000 (07:42 +0000)
* defs.h [LINUX] [M68K] (__NR_exit_group): Define it if missing.
Fixes Debian#315500.

defs.h

diff --git a/defs.h b/defs.h
index 2f977a38554ed0c601d3ba4089002899c9ce1734..94b02ce05dde494284c1eaef8026006951ca5d43 100644 (file)
--- a/defs.h
+++ b/defs.h
@@ -343,6 +343,8 @@ struct tcb {
 #   define __NR_exit_group 248
 #  elif defined SPARC || defined SPARC64
 #   define __NR_exit_group 188
+#  elif defined M68K
+#   define __NR_exit_group 247
 #  endif /* ALPHA et al */
 # endif        /* !__NR_exit_group */
 #endif /* LINUX */